Skip to content

Commit

Permalink
fix: fixed running a role in check_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed Apr 26, 2024
1 parent 5935e66 commit 4733e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/install-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
name: '{{ java_package }}'
update_cache: true
state: 'present'
when: not ansible_check_mode
become: true

0 comments on commit 4733e8f

Please sign in to comment.