mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Added a setup module which can be used to place key-value JSON data
on the system for use in a later template module. These values could also be used for module-specific config.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
- pattern: '*'
|
||||
tasks:
|
||||
- do:
|
||||
- configure template & module variables
|
||||
- setup
|
||||
- [ "a=2", "b=3", "c=4" ]
|
||||
- do:
|
||||
- update apache
|
||||
- command
|
||||
|
||||
Reference in New Issue
Block a user