diff options
author | Seth Foster <fosterbseth@gmail.com> | 2021-05-13 19:54:37 +0200 |
---|---|---|
committer | Seth Foster <fosterbseth@gmail.com> | 2021-06-08 20:33:25 +0200 |
commit | 7d06fc74dd31d77b62ea42077f2332df5008bfea (patch) | |
tree | cb3c1213ed88c08dc2cc23c04d3cc930f6297a24 /awx_collection/plugins/modules/project.py | |
parent | restore tower_legacy.py, update examples to include CONTROLLER_HOST (diff) | |
download | awx-7d06fc74dd31d77b62ea42077f2332df5008bfea.tar.xz awx-7d06fc74dd31d77b62ea42077f2332df5008bfea.zip |
tower_username to controller_username, etc
Diffstat (limited to 'awx_collection/plugins/modules/project.py')
-rw-r--r-- | awx_collection/plugins/modules/project.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/awx_collection/plugins/modules/project.py b/awx_collection/plugins/modules/project.py index 0f6f68ce2c..f01fb9f034 100644 --- a/awx_collection/plugins/modules/project.py +++ b/awx_collection/plugins/modules/project.py @@ -176,7 +176,7 @@ EXAMPLES = ''' description: "Foo bar project" organization: "test" state: present - tower_config_file: "~/tower_cli.cfg" + controller_config_file: "~/tower_cli.cfg" - name: Add Project with cache timeout project: @@ -186,7 +186,7 @@ EXAMPLES = ''' scm_update_on_launch: True scm_update_cache_timeout: 60 state: present - tower_config_file: "~/tower_cli.cfg" + controller_config_file: "~/tower_cli.cfg" - name: Copy project project: |