You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
-
- - name: generate swap device uuids
- local_action: command uuid -v4
- with_items: "{{filesystems}}"
- register: _swap_devices_uuids
- changed_when: false
-
- - name: set filesystems
- set_fact:
- swap_devices: "{{lookup('template','swap_devices.json.j2')}}"
|