Skip to content

Commit

Permalink
Merge pull request #22 from jonesbusy/feature/ansible-check-mode
Browse files Browse the repository at this point in the history
Add support for ansible check mode
  • Loading branch information
MiLk authored May 11, 2020
2 parents 333bc78 + ca1aa63 commit 783e9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
register: disk_blkid
with_items: '{{ disk_additional_disks }}'
changed_when: False
check_mode: no
tags: ['disk']

- name: "Mount additional disk"
Expand Down

0 comments on commit 783e9b3

Please sign in to comment.