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
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
register: image_cache_stat
- name: Ensure the image cache directory exists
stat:
file:
path: "{{ image_cache_path }}"
state: directory
owner: "{{ ansible_user }}"