Merge "Allow to provide serial for lxc_hosts"

This commit is contained in:
Zuul 2022-08-02 23:40:50 +00:00 committed by Gerrit Code Review
commit c52441f157
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
hosts: "{{ lxc_host_group | default('lxc_hosts') }}"
user: root
gather_facts: false
serial: "{{ lxc_hosts_serial | default(['100%']) }}"
vars_files:
- defaults/repo_packages/openstack_services.yml
- "defaults/{{ install_method }}_install.yml"