mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fixed up KV munging in runner, misc fixes to copy, setup, and template modules
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
- pattern: '*'
|
||||
hosts: '/etc/ansible/hosts'
|
||||
hosts: /etc/ansible/hosts
|
||||
tasks:
|
||||
- do:
|
||||
- restart apache for kicks
|
||||
- command /sbin/service apache restart
|
||||
- do:
|
||||
- configure template & module variables for future template calls
|
||||
- setup a=2 b=3 c=4
|
||||
|
||||
Reference in New Issue
Block a user