ansible/lib/ansible
Charles Crossan d85f68cf6c Update Documentation for win_scheduled_task.py (#66079)
Passing an empty string through this parameter is not gracefully handled by the module implementation, so adjust the documentation to only include the `PT0S` method of specifying unbounded `execution_time_limit`. The win_scheduled_task execution_time_limit must be set explicitly to an empty string to permit unbounded execution time.

A newly created task without a value for `TaskSettings.ExecutionTimeLimit` will default to 72 hours (https://docs.microsoft.com/en-us/windows/win32/taskschd/tasksettings-executiontimelimit) even if you omit the Ansible task parameter `execution_time_limit`.
2020-01-02 11:34:17 -06:00
..
cli Add ansible cli options --ask-vault-password and --vault-pass-file (#63782) 2019-12-19 12:07:25 -05:00
compat Update bundled copy of selectors2 from 1.1.0 to 1.1.1 (#55457) 2019-04-23 11:52:24 -05:00
config add module aws_step_functions_state_machine_execution (#64431) 2019-12-10 14:08:49 -05:00
errors include_vars: Check NoneType for raw_params (#64979) 2019-11-26 13:11:02 -05:00
executor Fix network action plugin load in collection (#65849) 2019-12-16 19:15:41 +05:30
galaxy ansible-galaxy - expand User-Agent string for Galaxy endpoints (#65578) 2019-12-06 10:34:14 +10:00
inventory inventory: Fail on non-existing limit file (#59758) 2019-12-12 09:09:40 +05:30
module_utils Update OS_FAMILY_MAP for EulerOS (#66104) 2019-12-30 10:25:37 +05:30
modules Update Documentation for win_scheduled_task.py (#66079) 2020-01-02 11:34:17 -06:00
parsing Add a representer for AnsibleUnsafeBytes (#62598) 2019-09-19 14:27:48 -04:00
playbook Check if task file is specified for import_tasks (#57572) 2019-12-24 10:26:32 +05:30
plugins Fix env lookup plugin error on utf8 values (#65541) 2019-12-25 17:24:38 +05:30
template Do not treat AnsibleUndefined as being unsafe (#65202) 2019-11-25 15:06:29 +01:00
utils vars: Fail with warning for extra_vars filename without @ sign (#59915) 2019-12-19 18:01:22 +05:30
vars Fix extract filter when key does not exist in container (#64959) 2019-12-04 13:24:52 +01:00
__init__.py
constants.py Fix netconf plugin related to collections (#65718) 2019-12-20 12:25:59 +05:30
context.py
release.py Update release name for 2.10 2019-09-05 18:36:06 -07:00