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
08850152
Commit
08850152
authored
Jun 02, 2020
by
Oyvind.Gjesdal
Browse files
try to use changed
parent
1a4d8b0d
Changes
1
Show whitespace changes
Inline
Side-by-side
tasks/volume.yml
View file @
08850152
...
...
@@ -19,6 +19,7 @@
pvs
:
"
{{
item.device
}}"
state
:
"
present"
with_items
:
"
{{
volumes_add
}}"
register
:
"
volume_group"
when
:
"
not
skip_vg_create
|
default
(false)
|
bool"
-
name
:
"
Creating
new
logical
volumes"
...
...
@@ -28,12 +29,14 @@
size
:
"
100%FREE"
shrink
:
"
no"
with_items
:
"
{{
volumes_add
}}"
when
:
"
volume_group.changed
|
bool"
-
name
:
"
Creating
new
filesystems
on
new
volumes"
filesystem
:
fstype
:
"
{{
item.fs_type
}}"
dev
:
"
/dev/{{
item.vgname
}}/{{
item.lvname
}}"
with_items
:
"
{{
volumes_add
}}"
when
:
"
volume_group.changed
|
bool"
-
name
:
"
Create
mount
points"
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