Skip to content
Snippets Groups Projects
Verified Commit e0d82389 authored by nd's avatar nd
Browse files

fix linter

parent 4c8400ea
No related branches found
No related tags found
No related merge requests found
- name: create encrypted datasets - name: create encrypted datasets
shell: "/sbin/zfs create -o encryption={{ item.value.options.encryption }} -o keyformat={{ item.value.options.keyformat }} -o keylocation={{ item.value.options.keylocation|d('') }} {{ item.key }}" command:
argv:
- /sbin/zfs
- create
- -o
- "encryption={{ item.value.options.encryption }}"
- -o
- "keyformat={{ item.value.options.keyformat }}"
- -o
- "keylocation={{ item.value.options.keylocation|d('') }}"
- "{{ item.key }}"
register: result register: result
changed_when: result.rc == 0 changed_when: result.rc == 0
failed_when: failed_when:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment