Skip to content

Commit 29543e1

Browse files
authored
Merge pull request #402 from carlfriedrich/do-not-report-changed-for-temp-dir-in-check-mode
fix: Do not report changed for removed temp dir in check mode
2 parents 886db76 + 41e2c3c commit 29543e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/config-runners-container.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@
4141
ansible.builtin.file:
4242
path: "{{ temp_runner_config_dir.path }}"
4343
state: "absent"
44+
check_mode: false
45+
changed_when: false

0 commit comments

Comments
 (0)