]> git.phdru.name Git - ansible.git/commitdiff
Fix(dehydrated): Fix misspelling
authorOleg Broytman <phd@phdru.name>
Mon, 12 Aug 2019 02:41:19 +0000 (05:41 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 15 Aug 2019 21:03:58 +0000 (00:03 +0300)
playbooks/debian/roles/dehydrated/tasks/main.yml

index 3405ff37245b6acfdaac15093bcac97f724cc8c2..c80d72ff07943cf93548d0eafa424609c059fe2a 100644 (file)
@@ -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