mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
102385e4ad
on the system for use in a later template module. These values could also be used for module-specific config.
20 lines
371 B
YAML
20 lines
371 B
YAML
- pattern: '*'
|
|
tasks:
|
|
- do:
|
|
- configure template & module variables
|
|
- setup
|
|
- [ "a=2", "b=3", "c=4" ]
|
|
- do:
|
|
- update apache
|
|
- command
|
|
- [/usr/bin/yum, update, apache]
|
|
onchange:
|
|
- do:
|
|
- restart apache
|
|
- command
|
|
- [/sbin/service, apache, restart]
|
|
- do:
|
|
- run bin false
|
|
- command
|
|
- [/bin/false]
|
|
|