Skip to content

Commit

Permalink
FEATURE: don't fail in checkmode if ansible hasn't been run before
Browse files Browse the repository at this point in the history
because the target-folder must not exist on first run, copy-task will fail
  • Loading branch information
mpeu committed Aug 26, 2024
1 parent ed5a54e commit b210ef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@
dest: "{{ oauth2_proxy.prefix.opt }}/bin/oauth2_proxy"
mode: "0755"
owner: "root"
ignore_errors: "{{ ansible_check_mode }}"

0 comments on commit b210ef9

Please sign in to comment.