Fix Ansible lint issues.

This commit is contained in:
Jeff Geerling
2018-09-26 21:53:44 -05:00
parent 0611410c3b
commit 53b02421c0
3 changed files with 5 additions and 1 deletions
@@ -5,6 +5,7 @@
vars:
certbot_install_from_source: true
certbot_auto_renew_user: root
pre_tasks:
- name: Update apt cache.
+3
View File
@@ -3,6 +3,9 @@
hosts: all
become: true
vars:
certbot_auto_renew_user: root
pre_tasks:
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=600