Fix typo space

This commit is contained in:
Dryusdan 2023-01-23 17:27:02 +01:00
parent 5260c86851
commit 0c3894681b

View file

@ -13,7 +13,7 @@
args:
chdir: "/home/{{ item.account_name }}/"
become: yes
become_user : "{{ item.account_name }}"
become_user: "{{ item.account_name }}"
loop: "{{ ghost }}"
when: ghost_deploy_site in item.name
@ -22,7 +22,6 @@
args:
chdir: "/home/{{ item.account_name }}/"
become: yes
become_user : "{{ item.account_name }}"
become_user: "{{ item.account_name }}"
loop: "{{ ghost }}"
when: ghost_deploy_site in item.name
~