1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +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:
Michael DeHaan 2012-02-24 03:25:09 -05:00
parent 2c5d5a328b
commit 102385e4ad
2 changed files with 60 additions and 0 deletions

View file

@ -1,5 +1,9 @@
- pattern: '*'
tasks:
- do:
- configure template & module variables
- setup
- [ "a=2", "b=3", "c=4" ]
- do:
- update apache
- command