Merge "repo-use.yml: Scope host groups properly"
This commit is contained in:
commit
3248e99301
@ -18,7 +18,7 @@
|
||||
# can run once and for all directly after the
|
||||
# lxc-container-create playbook.
|
||||
- name: Configure all nodes to use the repo container for python/apt packages
|
||||
hosts: all:!repo_all
|
||||
hosts: "{{ openstack_host_group | default('hosts') }}:all_containers:!repo_all"
|
||||
pre_tasks:
|
||||
- include: common-tasks/package-cache-proxy.yml
|
||||
roles:
|
||||
|
Loading…
x
Reference in New Issue
Block a user