Skip to content
Snippets Groups Projects
Commit 27bd4e0f authored by Remy Mudingay's avatar Remy Mudingay :speech_balloon:
Browse files

Create per rsync client directory on the remote file system

parent 978742c3
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -16,6 +16,6 @@ test:
# Run again and expect no changes
- >
ansible-playbook tests/gitlab-ci-test.yml -i tests/inventory -c local -b
#| grep -q 'changed=0.*failed=0'
#&& (echo 'Idempotence test: pass' && exit 0)
#|| (echo 'Idempotence test: fail' && exit 1)
| grep -q 'changed=0.*failed=0'
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)
......@@ -20,7 +20,7 @@
state: directory
owner: nobody
mode: 0775
with_items:
with_items:
- "{{ rsync_server_shares }}"
- name: rsyncd | configure shares
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment