mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 12:51:04 +00:00
to use multiple import statements to implement 'class' like behavior, and also to share a common list of handlers between multiple patterns.
6 lines
147 B
YAML
6 lines
147 B
YAML
---
|
|
- name: restart apache
|
|
action: service name=httpd state=restarted
|
|
- name: restart memcached
|
|
action: service name=memcached state=restarted
|