7 lines
101 B
YAML
7 lines
101 B
YAML
- name: Run updates on servers
|
|
hosts: all
|
|
gather_facts: no
|
|
roles:
|
|
- common
|
|
# - security
|