X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Froles%2Fdehydrated%2Ftasks%2Fmain.yml;h=d6d7ed815ac28cc8cefe2263bf4e0571718cfbef;hb=1f0098f4393c8a923c1aa239be0ab80947d71385;hp=3405ff37245b6acfdaac15093bcac97f724cc8c2;hpb=9d43bd9e52701c477ba57d6a0275a6b259a183f8;p=ansible.git diff --git a/playbooks/debian/roles/dehydrated/tasks/main.yml b/playbooks/debian/roles/dehydrated/tasks/main.yml index 3405ff3..d6d7ed8 100644 --- a/playbooks/debian/roles/dehydrated/tasks/main.yml +++ b/playbooks/debian/roles/dehydrated/tasks/main.yml @@ -12,9 +12,9 @@ module: apt autoclean: yes autoremove: yes + cache_valid_time: 3600 install_recommends: no name: git - purge: yes state: latest update_cache: yes @@ -31,7 +31,7 @@ dest: /usr/local/src/LetsEncrypt/dehydrated when: not dehydrated.stat.exists -- name: Prepare the server to syncronize dehydrated +- name: Prepare the server to synchronize dehydrated become: true file: path: /usr/local/src/LetsEncrypt @@ -40,7 +40,7 @@ group: staff mode: "ug+rwx,o+rx,g+s" -- name: Syncronize dehydrated to the server +- name: Synchronize dehydrated to the server synchronize: src: /usr/local/src/LetsEncrypt/dehydrated dest: /usr/local/src/LetsEncrypt