Skip to content

Commit c122b82

Browse files
authored
Merge pull request #893 from stackhpc/gkoper_growpart
Moving variable from play to group_vars
2 parents 190fcba + c7ea6d7 commit c122b82

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

etc/kayobe/ansible/growroot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
ansible_python_interpreter: /usr/bin/python3
2424
# Work around no known_hosts entry on first boot.
2525
ansible_ssh_common_args: "-o StrictHostKeyChecking=no"
26-
# Name of the LVM VG containing the root PV.
27-
growroot_vg: "rootvg"
2826
# Don't assume facts are present.
2927
os_family: "{{ ansible_facts.os_family | default('Debian' if os_distribution == 'ubuntu' else 'RedHat') }}"
3028
# Ignore LVM check
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
# Name of the LVM VG containing the root PV for ansible/growroot.yml
3+
growroot_vg: "rootvg"

0 commit comments

Comments
 (0)