mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
Implment copy with an actual minion-side module such that we can get md5sum's and
onchange events like Puppet's file providers do.
This commit is contained in:
parent
440bac4a95
commit
6cceaa5f6a
3 changed files with 84 additions and 9 deletions
|
@ -1,5 +1,9 @@
|
|||
- pattern: '*'
|
||||
tasks:
|
||||
- do:
|
||||
- copy a file
|
||||
- copy
|
||||
- [ "/srv/a", "/srv/b" ]
|
||||
- do:
|
||||
- configure template & module variables
|
||||
- setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue