Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
common-playbook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a1734678
authored
Apr 28, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
dff85b4c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
cleanserver.yml
cleanserver.yml
View file @
a173467
...
...
@@ -3,11 +3,11 @@
become
:
true
tasks
:
# Read device information (always use unit when probing)
-
parted
:
device=
{{ app_disk }}
unit=MiB
-
parted
:
device=
"{{ app_disk }}"
unit=MiB
register
:
sdb_info
# Remove all partitions from disk
-
parted
:
device
:
{{
app_disk
}}
device
:
"
{{
app_disk
}}"
number
:
"
{{
item.num
}}"
state
:
absent
with_items
:
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment