From 2251c3ca16968424b7771ce3843c9a58843fbadb Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Tue, 10 Dec 2024 14:09:38 +0100 Subject: [PATCH] Remove duplicate OpenStack word --- ansible/openstack-flavors.yml | 2 +- ansible/openstack-host-aggregates.yml | 2 +- ansible/openstack-networks.yml | 2 +- ansible/openstack-project.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/openstack-flavors.yml b/ansible/openstack-flavors.yml index 69b94f2..622ae71 100644 --- a/ansible/openstack-flavors.yml +++ b/ansible/openstack-flavors.yml @@ -1,5 +1,5 @@ --- -- name: Ensure OpenStack OpenStack nova flavors exist +- name: Ensure OpenStack nova flavors exist hosts: localhost tags: - flavors diff --git a/ansible/openstack-host-aggregates.yml b/ansible/openstack-host-aggregates.yml index f37449e..6762edd 100644 --- a/ansible/openstack-host-aggregates.yml +++ b/ansible/openstack-host-aggregates.yml @@ -1,5 +1,5 @@ --- -- name: Ensure OpenStack OpenStack nova host aggregates exist +- name: Ensure OpenStack nova host aggregates exist hosts: localhost tags: - host_aggregates diff --git a/ansible/openstack-networks.yml b/ansible/openstack-networks.yml index 5f175d0..8fae258 100644 --- a/ansible/openstack-networks.yml +++ b/ansible/openstack-networks.yml @@ -1,5 +1,5 @@ --- -- name: Ensure OpenStack OpenStack networks exist +- name: Ensure OpenStack networks exist hosts: localhost tags: - networks diff --git a/ansible/openstack-project.yml b/ansible/openstack-project.yml index 2de1fb9..454e69c 100644 --- a/ansible/openstack-project.yml +++ b/ansible/openstack-project.yml @@ -1,5 +1,5 @@ --- -- name: Ensure OpenStack OpenStack projects exist +- name: Ensure OpenStack projects exist hosts: localhost tags: - project