Merge "Add become: true to the container json file modules" into stable/ussuri

This commit is contained in:
Zuul 2020-07-17 20:39:20 +00:00 committed by Gerrit Code Review
commit d6022c4cb7
1 changed files with 2 additions and 0 deletions

View File

@ -237,6 +237,7 @@
- container_startup_configs
- name: Generate startup configs files per step and per container
become: true
container_startup_config:
config_base_dir: /var/lib/tripleo-config/container-startup-config
config_data: "{{ lookup('file', (tripleo_role_name + '/docker_config.yaml'), errors='ignore') | default({}, True) | from_yaml }}"
@ -244,6 +245,7 @@
- container_startup_configs
- name: Ensure config hashes are up-to-date for container startup configs
become: true
container_puppet_config:
update_config_hash_only: true
tags: