1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Matt Davis 957b336cc1 skip fixup_perms for Powershell
action plugins will now skip _fixup_perms for Powershell. We'll have to come up with another way to do this at some point, but it's not necessary yet since we don't support become on Windows. Also added NotImplementedError throws to chmod/chown/set_facl operations on Powershell (instead of returning '') in case anyone tries to use them in the future.



fixes #15312
2016-04-07 07:27:01 -07:00
..
cli Merge pull request #15256 from alikins/galaxy_roles_path_fix_15255 2016-04-03 02:55:19 -04:00
compat
config
errors Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
executor Add BSD license information to the ZIPLOADER_TEMPLATE string since it 2016-04-06 21:37:04 -07:00
galaxy Merge pull request #15256 from alikins/galaxy_roles_path_fix_15255 2016-04-03 02:55:19 -04:00
inventory Don't process the same host multiple times 2016-03-24 16:43:43 -07:00
module_utils Revert "Make the 'path' param type also use abspath on the value" 2016-04-06 14:07:48 -07:00
modules Update submodule refs for git fix 2016-04-06 14:09:50 -07:00
new_inventory
parsing Take previous jinja2 blocks into account in splitter when we see quotes 2016-03-28 15:43:43 -04:00
playbook Ziploader 2016-04-05 11:06:17 -07:00
plugins skip fixup_perms for Powershell 2016-04-07 07:27:01 -07:00
template Merge pull request #14504 from bcoca/template_comments 2016-03-06 10:45:18 -05:00
utils Override params from environment variables, if set. 2016-03-30 17:28:30 -04:00
vars Make sure VariableManager has a view of HostVars 2016-04-05 11:32:28 -04:00
__init__.py
constants.py Adding a config option to allow disabling locale settings upon module exec 2016-04-06 12:19:22 -04:00
test-requirements.txt