File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
environments/.stackhpc/hooks Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11# Builder version of site.yml just installing binaries
22
3- - hosts : builder
4- become : no
5- gather_facts : no
6- tasks :
7- - name : Report hostname (= final image name)
8- command : hostname
9- - name : Report inventory groups
10- debug :
11- var : group_names
12-
133- name : Run pre.yml hook
144 vars :
155 appliances_environment_root : " {{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}"
Original file line number Diff line number Diff line change 1+ - hosts : builder
2+ become : no
3+ gather_facts : no
4+ tasks :
5+ - name : Report hostname (= final image name)
6+ command : hostname
7+ - name : Report inventory groups
8+ debug :
9+ var : group_names
10+
111- hosts : control:!builder
212 become : yes
313 gather_facts : false
You can’t perform that action at this time.
0 commit comments