action_core.py (ansible-2.14.0) | : | action_core.py (ansible-2.14.1rc1) | ||
---|---|---|---|---|
# -*- coding: utf-8 -*- | # -*- coding: utf-8 -*- | |||
# Copyright: (c) , Ansible Project | # Copyright: (c) , Ansible Project | |||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/ gpl-3.0.txt) | # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/ gpl-3.0.txt) | |||
from __future__ import (absolute_import, division, print_function) | from __future__ import (absolute_import, division, print_function) | |||
__metaclass__ = type | __metaclass__ = type | |||
# WARNING: this is mostly here as a convinence for documenting core behaviours, no plugin outside of ansbile-core should use this file | # WARNING: this is mostly here as a convinence for documenting core behaviours, no plugin outside of ansible-core should use this file | |||
class ModuleDocFragment(object): | class ModuleDocFragment(object): | |||
# requires action_common | # requires action_common | |||
DOCUMENTATION = r''' | DOCUMENTATION = r''' | |||
attributes: | attributes: | |||
async: | async: | |||
support: none | support: none | |||
become: | become: | |||
support: none | support: none | |||
bypass_task_loop: | bypass_task_loop: | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |