summaryrefslogtreecommitdiffstats
path: root/awx_collection/plugins/modules/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'awx_collection/plugins/modules/project.py')
-rw-r--r--awx_collection/plugins/modules/project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/plugins/modules/project.py b/awx_collection/plugins/modules/project.py
index 2621e57ab2..ed0d475b14 100644
--- a/awx_collection/plugins/modules/project.py
+++ b/awx_collection/plugins/modules/project.py
@@ -184,7 +184,7 @@ EXAMPLES = '''
name: "Foo"
description: "Foo bar project"
organization: "test"
- scm_update_on_launch: True
+ scm_update_on_launch: true
scm_update_cache_timeout: 60
state: present
controller_config_file: "~/tower_cli.cfg"