25개 이상의 토픽을 선택하실 수 없습니다.
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')}}"
|