Commit cc242379 by ansible

no message

1 parent 41d4f5ed
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
state: present state: present
# part_type: logical # part_type: logical
with_items: with_items:
- { device: "/dev/vdc", number: "1", start: "0", end: "100GiB" } - { device: "/dev/vdc", number: "1", start: "0%", end: "100GiB" }
- { device: "/dev/vdc", number: "2", start: "101GiB", end: "200GiB" } - { device: "/dev/vdc", number: "2", start: "101GiB", end: "200GiB" }
- { device: "/dev/vdc", number: "3", start: "201GiB", end: "250GiB" } - { device: "/dev/vdc", number: "3", start: "201GiB", end: "250GiB" }
- { device: "/dev/vdc", number: "4", start: "251GiB", end: "100%" } - { device: "/dev/vdc", number: "4", start: "251GiB", end: "100%" }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!