mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
zfs_delegate_admin: fix example (#284)
This commit is contained in:
parent
75107c807c
commit
177314321b
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ EXAMPLES = r'''
|
|||
local: yes
|
||||
|
||||
- name: Revoke all permissions from everyone (permissions specifically assigned to users and groups remain)
|
||||
- zfs_delegate_admin:
|
||||
zfs_delegate_admin:
|
||||
name: rpool/myfs
|
||||
everyone: yes
|
||||
state: absent
|
||||
|
|
Loading…
Reference in a new issue