maintainer-test: drop duplicate when's
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
814af17410
commit
ee770b0521
1 changed files with 0 additions and 2 deletions
|
@ -30,14 +30,12 @@
|
||||||
parted: device=/dev/nvme1n1 number=1 state=present
|
parted: device=/dev/nvme1n1 number=1 state=present
|
||||||
tags:
|
tags:
|
||||||
- maintainer-test
|
- maintainer-test
|
||||||
when:
|
|
||||||
when: inventory_hostname.startswith(('rawhide-test','f32-test','el7-test'))
|
when: inventory_hostname.startswith(('rawhide-test','f32-test','el7-test'))
|
||||||
|
|
||||||
- name: make a partition on first disk
|
- name: make a partition on first disk
|
||||||
parted: device=/dev/nvme0n1 number=1 state=present
|
parted: device=/dev/nvme0n1 number=1 state=present
|
||||||
tags:
|
tags:
|
||||||
- maintainer-test
|
- maintainer-test
|
||||||
when:
|
|
||||||
when: inventory_hostname.startswith(('f31-test','f30-test'))
|
when: inventory_hostname.startswith(('f31-test','f30-test'))
|
||||||
|
|
||||||
- name: format the partition if it's not already
|
- name: format the partition if it's not already
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue