Fix typo in iscsi pull playbook
In ansible/roles/iscsi/tasks/pull.yml, there are references to 'iscsi', which should be 'iscsid' instead. This patchset fixes this typo. Change-Id: Id2c31bf69556ec8dcf66cc1d32d2bfe77f02367b Closes-bug: #1602566
This commit is contained in:
parent
755d5172b3
commit
02da8e5104
@ -1,10 +1,10 @@
|
||||
---
|
||||
- name: Pulling iscsi image
|
||||
- name: Pulling iscsid image
|
||||
kolla_docker:
|
||||
action: "pull_image"
|
||||
common_options: "{{ docker_common_options }}"
|
||||
image: "{{ iscsi_image_full }}"
|
||||
when: inventory_hostname in groups['iscsi']
|
||||
image: "{{ iscsid_image_full }}"
|
||||
when: inventory_hostname in groups['iscsid']
|
||||
|
||||
- name: Pulling tgtd image
|
||||
kolla_docker:
|
||||
|
Loading…
Reference in New Issue
Block a user