Merge "Normalise the nspawn_hosts role name"

This commit is contained in:
Zuul 2018-03-18 16:52:00 +00:00 committed by Gerrit Code Review
commit 69aca58a90
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 src: https://git.openstack.org/openstack/openstack-ansible-nspawn_container_create
scm: git scm: git
version: master version: master
- name: nspawn_host - name: nspawn_hosts
src: https://git.openstack.org/openstack/openstack-ansible-nspawn_hosts src: https://git.openstack.org/openstack/openstack-ansible-nspawn_hosts
scm: git scm: git
version: master version: master

View File

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