mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-11 03:10:59 +00:00
fix breakage from new recursive=True arg to chmod
This commit is contained in:
@@ -66,7 +66,7 @@ class ShellModule(object):
|
||||
path = self._unquote(path)
|
||||
return path.endswith('/') or path.endswith('\\')
|
||||
|
||||
def chmod(self, mode, path):
|
||||
def chmod(self, mode, path, recursive=True):
|
||||
return ''
|
||||
|
||||
def remove(self, path, recurse=False):
|
||||
|
||||
Reference in New Issue
Block a user