mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 03:33:10 +00:00
as I figure out how logging/output might look. A couple of major TODO features also listed in the file.
17 lines
277 B
YAML
17 lines
277 B
YAML
- pattern: '*'
|
|
tasks:
|
|
- 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]
|
|
|