action_common_attributes.py (ansible-2.14.0) | : | action_common_attributes.py (ansible-2.14.1rc1) | ||
---|---|---|---|---|
skipping to change at line 48 | skipping to change at line 48 | |||
FACTS = r''' | FACTS = r''' | |||
attributes: | attributes: | |||
facts: | facts: | |||
description: Action returns an C(ansible_facts) dictionary that will updat e existing host facts | description: Action returns an C(ansible_facts) dictionary that will updat e existing host facts | |||
''' | ''' | |||
FILES = r''' | FILES = r''' | |||
attributes: | attributes: | |||
safe_file_operations: | safe_file_operations: | |||
description: Uses Ansbile's strict file operation functions to ensure prop er permissions and avoid data corruption | description: Uses Ansible's strict file operation functions to ensure prop er permissions and avoid data corruption | |||
vault: | vault: | |||
description: Can automatically decrypt Ansible vaulted files | description: Can automatically decrypt Ansible vaulted files | |||
''' | ''' | |||
FLOW = r''' | FLOW = r''' | |||
attributes: | attributes: | |||
action: | action: | |||
description: Indicates this has a corresponding action plugin so some part s of the options can be executed on the controller | description: Indicates this has a corresponding action plugin so some part s of the options can be executed on the controller | |||
async: | async: | |||
description: Supports being used with the C(async) keyword | description: Supports being used with the C(async) keyword | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |