Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Drift
roller-ansible
centos7-system
Commits
43025ba5
Commit
43025ba5
authored
Jul 31, 2020
by
Oyvind.Gjesdal
Browse files
remove changed, use skip_vg_create instead
parent
bab8868f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/volume.yml
View file @
43025ba5
...
@@ -38,14 +38,14 @@
...
@@ -38,14 +38,14 @@
size
:
"
100%FREE"
size
:
"
100%FREE"
shrink
:
"
no"
shrink
:
"
no"
with_items
:
"
{{
volumes_add
}}"
with_items
:
"
{{
volumes_add
}}"
when
:
"
volume_group.changed
|
bool"
when
:
"
not
skip_vg_create
|
default
(false
)
|
bool"
-
name
:
"
Creating
new
filesystems
on
new
volumes"
-
name
:
"
Creating
new
filesystems
on
new
volumes"
filesystem
:
filesystem
:
fstype
:
"
{{
item.fs_type
}}"
fstype
:
"
{{
item.fs_type
}}"
dev
:
"
/dev/{{
item.vgname
}}/{{
item.lvname
}}"
dev
:
"
/dev/{{
item.vgname
}}/{{
item.lvname
}}"
with_items
:
"
{{
volumes_add
}}"
with_items
:
"
{{
volumes_add
}}"
when
:
"
volume_group.changed
|
bool"
when
:
"
not
skip_vg_create
|
default
(false)
|
bool"
-
name
:
"
Create
mount
points"
-
name
:
"
Create
mount
points"
file
:
file
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment