Skip to content

Commit

Permalink
Srv6d posix.synchronize (#4)
Browse files Browse the repository at this point in the history
* ➕ Add requirements.yml with `ansible.posix` collection

* 🚨 Use `synchronize` module from `ansible.posix` collection
  • Loading branch information
SRv6d authored Jan 31, 2023
1 parent 6ecd060 commit 3d17ce5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
collections:
- ansible.posix
2 changes: 1 addition & 1 deletion tasks/jool-configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
label: "{{ item | basename }}"

- name: Push Jool instance configuration directory
ansible.builtin.synchronize:
ansible.posix.synchronize:
src: "{{ __tmp_instance_configuration_dir.path }}/"
dest: "{{ _jool_configuration_directory }}"
archive: false
Expand Down

0 comments on commit 3d17ce5

Please sign in to comment.