Skip to content

Commit

Permalink
Fix growpart.yml custom playbook in Ansible check mode
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoddard committed Jan 31, 2023
1 parent a1c56bc commit 76f5803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/kayobe/ansible/growroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
cmd: type growpart
changed_when: false
failed_when: false
check_mode: false
register: growpart_check
become: true

Expand All @@ -51,6 +52,7 @@
register: pvs
become: True
changed_when: False
check_mode: false

- name: Fail if root PV device not found
fail:
Expand Down

0 comments on commit 76f5803

Please sign in to comment.