Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Ensure testing of synchronize module
Browse files Browse the repository at this point in the history
Related: #45
  • Loading branch information
ssbarnea committed Aug 21, 2021
1 parent dd31d81 commit a4d1fcd
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{# note: Used during molecule-podman own testing to ensure syncronize module
can be used with podman as this is an important feature. Users can remove
the prepare.yml file if they do not need it but we should keep in inside the
template.
#}---
- name: Prepare
hosts: all
tasks:
- name: Copy something to test use of synchronize module
ansible.posix.synchronize:
src: /etc/hosts
dest: /tmp/hosts-from-controller

0 comments on commit a4d1fcd

Please sign in to comment.