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