Merge "FFWD3: Resolve deployment error with become"

This commit is contained in:
Zuul 2023-01-19 21:57:28 +00:00 committed by Gerrit Code Review
commit 19b2a2a548
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@
- not ansible_check_mode|bool
- name: "Check if deployed file exists for {{ item }}"
become: true
stat:
path: /var/lib/heat-config/deployed/{{ deployment_uuid }}.json
register: deployed_file_stat