mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00: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:
@@ -1,5 +1,9 @@
|
||||
- pattern: '*'
|
||||
tasks:
|
||||
- do:
|
||||
- copy a file
|
||||
- copy
|
||||
- [ "/srv/a", "/srv/b" ]
|
||||
- do:
|
||||
- configure template & module variables
|
||||
- setup
|
||||
|
||||
Reference in New Issue
Block a user