From: Oleg Broytman Date: Mon, 12 Aug 2019 02:41:19 +0000 (+0300) Subject: Fix(dehydrated): Fix misspelling X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=e38070b8a91afe8092698c3408cde9c5691b54e4;p=ansible.git Fix(dehydrated): Fix misspelling --- diff --git a/playbooks/debian/roles/dehydrated/tasks/main.yml b/playbooks/debian/roles/dehydrated/tasks/main.yml index 3405ff3..c80d72f 100644 --- a/playbooks/debian/roles/dehydrated/tasks/main.yml +++ b/playbooks/debian/roles/dehydrated/tasks/main.yml @@ -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