mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Normalize more booleans. (#5247)
This commit is contained in:
@@ -113,7 +113,7 @@ EXAMPLES = '''
|
||||
- name: Install Dancer perl package without running the unit tests in indicated locallib
|
||||
community.general.cpanm:
|
||||
name: Dancer
|
||||
notest: True
|
||||
notest: true
|
||||
locallib: /srv/webapps/my_app/extlib
|
||||
|
||||
- name: Install Dancer perl package from a specific mirror
|
||||
|
||||
Reference in New Issue
Block a user