diff options
Diffstat (limited to 'awx_collection/plugins/modules/tower_organization.py')
-rw-r--r-- | awx_collection/plugins/modules/tower_organization.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/plugins/modules/tower_organization.py b/awx_collection/plugins/modules/tower_organization.py index d38d47b8b3..7f261e2f1c 100644 --- a/awx_collection/plugins/modules/tower_organization.py +++ b/awx_collection/plugins/modules/tower_organization.py @@ -35,7 +35,7 @@ options: - Desired state of the resource. default: "present" choices: ["present", "absent"] -extends_documentation_fragment: tower +extends_documentation_fragment: awx.awx.auth ''' |