Normalise the nspawn_hosts role name
To normalise the role name to conform with the same standard used with lxc_hosts, and to reduce confusion, we rename the role name to include the plural suffix. Change-Id: Ib6793512703e45cb000727125c31f667156932f9
This commit is contained in:
parent
af29f36ff8
commit
84b669cd95
@ -198,7 +198,7 @@
|
||||
src: https://git.openstack.org/openstack/openstack-ansible-nspawn_container_create
|
||||
scm: git
|
||||
version: master
|
||||
- name: nspawn_host
|
||||
- name: nspawn_hosts
|
||||
src: https://git.openstack.org/openstack/openstack-ansible-nspawn_hosts
|
||||
scm: git
|
||||
version: master
|
||||
|
@ -18,7 +18,7 @@
|
||||
gather_facts: true
|
||||
user: root
|
||||
roles:
|
||||
- role: "nspawn_host"
|
||||
- role: "nspawn_hosts"
|
||||
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||
tags:
|
||||
- nspawn-hosts
|
||||
|
Loading…
x
Reference in New Issue
Block a user