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