mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-25 15:31:44 -07:00
parent
bc99432f89
commit
eaa5e07b28
247 changed files with 7318 additions and 7375 deletions
|
@ -4,15 +4,15 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
btrfs_subvolume_single_configs:
|
||||
- file: "/tmp/disks0.img"
|
||||
loop: "/dev/loop95"
|
||||
- file: "/tmp/disks0.img"
|
||||
loop: "/dev/loop95"
|
||||
btrfs_subvolume_multiple_configs:
|
||||
- file: "/tmp/diskm0.img"
|
||||
loop: "/dev/loop97"
|
||||
- file: "/tmp/diskm1.img"
|
||||
loop: "/dev/loop98"
|
||||
- file: "/tmp/diskm2.img"
|
||||
loop: "/dev/loop99"
|
||||
- file: "/tmp/diskm0.img"
|
||||
loop: "/dev/loop97"
|
||||
- file: "/tmp/diskm1.img"
|
||||
loop: "/dev/loop98"
|
||||
- file: "/tmp/diskm2.img"
|
||||
loop: "/dev/loop99"
|
||||
btrfs_subvolume_configs: "{{ btrfs_subvolume_single_configs + btrfs_subvolume_multiple_configs }}"
|
||||
btrfs_subvolume_single_devices: "{{ btrfs_subvolume_single_configs | map(attribute='loop') }}"
|
||||
btrfs_subvolume_single_label: "single"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue