mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
acl: do not remove all default entries (#32615)
This commit is contained in:
@@ -199,10 +199,7 @@ def build_command(module, mode, path, follow, default, recursive, entry=''):
|
||||
cmd.append('-h')
|
||||
|
||||
if default:
|
||||
if mode == 'rm':
|
||||
cmd.insert(1, '-k')
|
||||
else: # mode == 'set' or mode == 'get'
|
||||
cmd.insert(1, '-d')
|
||||
cmd.insert(1, '-d')
|
||||
|
||||
cmd.append(path)
|
||||
return cmd
|
||||
|
||||
Reference in New Issue
Block a user