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:
Jesse Pretorius 2018-03-15 12:21:03 +00:00 committed by Kevin Carter (cloudnull)
parent af29f36ff8
commit 84b669cd95
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -18,7 +18,7 @@
gather_facts: true
user: root
roles:
- role: "nspawn_host"
- role: "nspawn_hosts"
environment: "{{ deployment_environment_variables | default({}) }}"
tags:
- nspawn-hosts