Skip to content

Commit 2251c3c

Browse files
committed
Remove duplicate OpenStack word
1 parent 37ac0df commit 2251c3c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ansible/openstack-flavors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: Ensure OpenStack OpenStack nova flavors exist
2+
- name: Ensure OpenStack nova flavors exist
33
hosts: localhost
44
tags:
55
- flavors

ansible/openstack-host-aggregates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: Ensure OpenStack OpenStack nova host aggregates exist
2+
- name: Ensure OpenStack nova host aggregates exist
33
hosts: localhost
44
tags:
55
- host_aggregates

ansible/openstack-networks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: Ensure OpenStack OpenStack networks exist
2+
- name: Ensure OpenStack networks exist
33
hosts: localhost
44
tags:
55
- networks

ansible/openstack-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: Ensure OpenStack OpenStack projects exist
2+
- name: Ensure OpenStack projects exist
33
hosts: localhost
44
tags:
55
- project

0 commit comments

Comments
 (0)