We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff2ce2 commit 774535fCopy full SHA for 774535f
1 file changed
tasks/disk/main.yml
@@ -1,9 +1,4 @@
1
---
2
-- name: Skip disk if in pipeline
3
- ansible.builtin.meta: end_play
4
- when:
5
- - in_pipeline | bool
6
-
7
- name: Detect candidate block devices
8
ansible.builtin.set_fact:
9
candidate_disks: >-
0 commit comments