Fix incorrect ansible module in overcloud-ipa-images.yml

This commit is contained in:
Mark Goddard 2017-08-23 16:48:18 +01:00
parent 4d25311f97
commit bd4c76aaf0

View File

@ -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 }}"