Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Commit

Permalink
Fixed some play names.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Johnson authored and David Johnson committed Jan 9, 2019
1 parent 7257834 commit 0c88866
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/config_storage_pools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
become: true
with_items: "{{ kvm_storage_pools }}"

- name: config_virtual networks | setting state of storage pools
- name: config_storage_pools | setting state of storage pools
virt_pool:
state: "{{ item['state'] }}"
name: "{{ item['name'] }}"
become: true
with_items: "{{ kvm_storage_pools }}"
when: item['state'] is defined

- name: config_storage pools | setting storage pools to autostart
- name: config_storage_pools | setting storage pools to autostart
virt_pool:
autostart: yes
name: "{{ item['name'] }}"
Expand All @@ -28,7 +28,7 @@
(item['state'] is defined and
item['state'] == "active")
- name: config_storage pools | setting storage pools to not autostart
- name: config_storage_pools | setting storage pools to not autostart
virt_pool:
autostart: no
name: "{{ item['name'] }}"
Expand Down

0 comments on commit 0c88866

Please sign in to comment.