zfs_delegate_admin: fix example (#284)

pull/289/head
Andrew Klychkov 2020-05-05 14:27:41 +03:00 committed by GitHub
parent 75107c807c
commit 177314321b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ EXAMPLES = r'''
local: yes local: yes
- name: Revoke all permissions from everyone (permissions specifically assigned to users and groups remain) - name: Revoke all permissions from everyone (permissions specifically assigned to users and groups remain)
- zfs_delegate_admin: zfs_delegate_admin:
name: rpool/myfs name: rpool/myfs
everyone: yes everyone: yes
state: absent state: absent