Add more variables

This commit is contained in:
2019-11-27 16:43:04 -06:00
parent bd04d892f8
commit 30c8de817e
2 changed files with 5 additions and 2 deletions

View File

@ -74,6 +74,7 @@
job: "{{ item.value }}"
user: "{{ certbot_cron_user }}"
cron_file: "{{ certbot_cron_file_path }}"
state: "{{ certbot_cron_state }}"
loop: "{{ certbot_cron_env | dict2items }}"
- name: create job
cron:
@ -83,3 +84,4 @@
minute: "{{ certbot_cron_minute }}"
cron_file: "{{ certbot_cron_file_path }}"
job: "{{ certbot_cron_command }}"
state: "{{ certbot_cron_state }}"