mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
Fix ansible-lint truthy in module docstrings
This commit is contained in:
committed by
Chris Meyers
parent
7fdd15f115
commit
5872a88a57
@@ -339,7 +339,7 @@ EXAMPLES = '''
|
||||
- "2nd credential"
|
||||
state: "present"
|
||||
controller_config_file: "~/tower_cli.cfg"
|
||||
survey_enabled: yes
|
||||
survey_enabled: true
|
||||
survey_spec: "{{ lookup('file', 'my_survey.json') }}"
|
||||
|
||||
- name: Add start notification to Job Template
|
||||
|
||||
Reference in New Issue
Block a user