Merge "repo-use.yml: Scope host groups properly"

This commit is contained in:
Zuul 2018-03-18 06:56:58 +00:00 committed by Gerrit Code Review
commit 3248e99301

View File

@ -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: