Commit 1dd7a6d1 by ansible

edit partition space as % not fix size

1 parent bea2fcd6
Showing with 4 additions and 4 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: "40%" }
- { device: "/dev/vdc", number: "2", start: "101GiB", end: "200GiB" } - { device: "/dev/vdc", number: "2", start: "41%", end: "80%" }
- { device: "/dev/vdc", number: "3", start: "201GiB", end: "250GiB" } - { device: "/dev/vdc", number: "3", start: "81%", end: "90%" }
- { device: "/dev/vdc", number: "4", start: "251GiB", end: "100%" } - { device: "/dev/vdc", number: "4", start: "91%", end: "100%" }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!