Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/openstack-flavors.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Ensure OpenStack OpenStack nova flavors exist
- name: Ensure OpenStack nova flavors exist
hosts: localhost
tags:
- flavors
Expand Down
2 changes: 1 addition & 1 deletion ansible/openstack-host-aggregates.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Ensure OpenStack OpenStack nova host aggregates exist
- name: Ensure OpenStack nova host aggregates exist
hosts: localhost
tags:
- host_aggregates
Expand Down
2 changes: 1 addition & 1 deletion ansible/openstack-networks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Ensure OpenStack OpenStack networks exist
- name: Ensure OpenStack networks exist
hosts: localhost
tags:
- networks
Expand Down
2 changes: 1 addition & 1 deletion ansible/openstack-project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Ensure OpenStack OpenStack projects exist
- name: Ensure OpenStack projects exist
hosts: localhost
tags:
- project
Expand Down