mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
tower_username to controller_username, etc
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user