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
Andrew Saraceni 30b25d53d2 Add "pure" state functionality for win_group_membership (#51298)
* add pure state functionality for win_group_membership

* fixing typos in docs

* fix syntax for adding removed array depending on state

* remove trailing whitespace from docs

* fix issue in testing pure (again)

* adding note for pure being added in Ansible 2.8
2019-01-31 11:48:49 +10:00
..
cli move extravars and option vars loading into VM (#51070) 2019-01-30 16:25:36 -05:00
compat Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
config remove bare var handling in conditionals (#51030) 2019-01-30 15:00:24 -05:00
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 2019-01-23 11:32:25 -05:00
executor added unsafe toggle to vars_prompt (#49219) 2019-01-30 15:01:13 -05:00
galaxy Consistent typesetting of "GitHub" (#50929) 2019-01-15 14:53:04 +01:00
inventory make missing pattern ansibleerror (#51397) 2019-01-30 19:13:19 -05:00
module_utils [k8s] Always check envvars when auth parameter is not provided (#51495) 2019-01-30 16:52:12 -05:00
modules Add "pure" state functionality for win_group_membership (#51298) 2019-01-31 11:48:49 +10:00
parsing Fieldattribute inheritance with defaults (#50891) 2019-01-23 11:40:07 -06:00
playbook remove bare var handling in conditionals (#51030) 2019-01-30 15:00:24 -05:00
plugins added unsafe toggle to vars_prompt (#49219) 2019-01-30 15:01:13 -05:00
template Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
utils move extravars and option vars loading into VM (#51070) 2019-01-30 16:25:36 -05:00
vars move extravars and option vars loading into VM (#51070) 2019-01-30 16:25:36 -05:00
__init__.py
constants.py become_method: make dzdo more like sudo (#47946) 2018-12-04 18:24:32 -05:00
context.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
release.py