Fix incorrect ansible module in overcloud-ipa-images.yml
This commit is contained in:
parent
4d25311f97
commit
bd4c76aaf0
@ -58,7 +58,7 @@
|
|||||||
register: image_cache_stat
|
register: image_cache_stat
|
||||||
|
|
||||||
- name: Ensure the image cache directory exists
|
- name: Ensure the image cache directory exists
|
||||||
stat:
|
file:
|
||||||
path: "{{ image_cache_path }}"
|
path: "{{ image_cache_path }}"
|
||||||
state: directory
|
state: directory
|
||||||
owner: "{{ ansible_user }}"
|
owner: "{{ ansible_user }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user