blob: 884be344a5892444d2c4e392f37810f403448861 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#- name: Determin Ands facts
# hosts: ands
# roles:
# - role: ands_facts
- name: Add missing software
hosts: ands
roles:
- role_includer
vars:
role_includer_name: ands_common
role_includer_tasks: software.yml
|