ansible-alpine-host/tasks/root.yml

9 lines
129 B
YAML
Raw Normal View History

2022-04-10 00:29:22 +00:00
---
- name: root
parted:
device: "{{ device }}"
number: 2
state: present
part_start: 100MiB
part_end: 1GiB