diff --git a/services/ansible_openvpn/playbooks/fetch_openvpn_hosts.yml b/services/ansible_openvpn/playbooks/fetch_openvpn_hosts.yml index f59b8ab..55207df 100644 --- a/services/ansible_openvpn/playbooks/fetch_openvpn_hosts.yml +++ b/services/ansible_openvpn/playbooks/fetch_openvpn_hosts.yml @@ -15,7 +15,7 @@ - name: Create your local file on master node ansible.builtin.file: path: /home/semaphore/hosts.json - owner: ansible + owner: semaphor group: 10001 mode: '0644' delegate_to: localhost