Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Create container-puppet-tasks files per step in check mode" in…
Browse files Browse the repository at this point in the history
…to stable/ussuri
  • Loading branch information
Zuul authored and openstack-gerrit committed Oct 1, 2020
2 parents 4c2f634 + 94a301c commit 45479b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/host-container-puppet-tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
no_log: True
copy:
content: "{{lookup ('vars', 'host_container_puppet_tasks_' ~ step, default=[]) | to_nice_json}}"
dest: "/var/lib/container-puppet/container-puppet-tasks{{step}}.json"
dest: "/var/lib/container-puppet/{{ ansible_check_mode | bool | ternary('check-mode/', '') }}container-puppet-tasks{{step}}.json"
force: yes
mode: '0600'
check_mode: no
tags:
- container_config_tasks

Expand Down

0 comments on commit 45479b4

Please sign in to comment.