From 84b669cd956f53fc8726644fb1e0a3ea2b2aa14a Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 15 Mar 2018 12:21:03 +0000 Subject: [PATCH] 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 --- ansible-role-requirements.yml | 2 +- playbooks/containers-nspawn-host.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible-role-requirements.yml b/ansible-role-requirements.yml index 4ef4816688..ee7db020c7 100644 --- a/ansible-role-requirements.yml +++ b/ansible-role-requirements.yml @@ -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 diff --git a/playbooks/containers-nspawn-host.yml b/playbooks/containers-nspawn-host.yml index 4631891a0f..3cf23580c0 100644 --- a/playbooks/containers-nspawn-host.yml +++ b/playbooks/containers-nspawn-host.yml @@ -18,7 +18,7 @@ gather_facts: true user: root roles: - - role: "nspawn_host" + - role: "nspawn_hosts" environment: "{{ deployment_environment_variables | default({}) }}" tags: - nspawn-hosts