Skip to content

Commit

Permalink
Merge pull request #369 from stackhpc/xena-growpart-checkmode
Browse files Browse the repository at this point in the history
Fix growpart.yml custom playbook in Ansible check mode
  • Loading branch information
markgoddard committed Jan 31, 2023
2 parents a1c56bc + 76f5803 commit 2ccb7bd
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 2ccb7bd

Please sign in to comment.