Skip to content

Commit 43f3a5d

Browse files
authored
Merge pull request #65 from stackhpc/growroot-default
Add a default for growroot_ignore_lvm_check
2 parents eb97b50 + 2ba0fb9 commit 43f3a5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/grow-control-host.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
- name: Grow Control Host
33
hosts: ansible_control
44
gather_facts: true
5+
vars:
6+
growroot_ignore_lvm_check: false
57
vars_files:
68
- vars/defaults.yml
79
tasks:

0 commit comments

Comments
 (0)