1
0
Fork 0
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:
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

View file

@ -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