Skip to content

Commit

Permalink
Merge pull request #17 from newrelic/fix/ansible-synchronize
Browse files Browse the repository at this point in the history
fix: ansible synchronize command
  • Loading branch information
Julien4218 authored Nov 17, 2022
2 parents 3f981d3 + 2f5217e commit 16e999c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/linux/roles/prepare/tasks/installSupervisord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
file: path=/var/run/supervisor state=directory
become: yes

- synchronize:
- ansible.posix.synchronize:
src: supervisord.conf
dest: /etc
become: yes

- synchronize:
- ansible.posix.synchronize:
src: init.d-supervisord
dest: /etc/init.d/supervisord
become: yes
Expand Down
2 changes: 1 addition & 1 deletion deploy/linux/roles/upload/tasks/sync_service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
path: ~/{{ service_id }}
state: directory

- synchronize:
- ansible.posix.synchronize:
dest: ~/{{ service_id }}
src: ../../../../../engine/
rsync_opts:
Expand Down

0 comments on commit 16e999c

Please sign in to comment.