Skip to content

Commit

Permalink
Merge pull request #431 from santilococo/main
Browse files Browse the repository at this point in the history
fix: add check_mode in localhost binary cache task
  • Loading branch information
gardar authored Oct 18, 2024
2 parents 6201eff + 2fb538c commit 0e58f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/_common/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
state: directory
mode: 0755
delegate_to: localhost
check_mode: false
tags:
- "{{ ansible_parent_role_names | first | regex_replace(ansible_collection_name ~ '.', '') }}"
- install
Expand Down

0 comments on commit 0e58f43

Please sign in to comment.