mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-15 04:39:12 -07:00
Add yamllint for plugin docs and fix issues.
This commit is contained in:
parent
0b7932db30
commit
15b6837daf
13 changed files with 50 additions and 19 deletions
|
@ -31,7 +31,8 @@ EXAMPLES = """
|
|||
debug: msg="{{ lookup('config', 'DEFAULT_BECOME_USER')}}"
|
||||
|
||||
- name: print out role paths
|
||||
debug: msg="These are the configured role paths: {{lookup('config', 'DEFAULT_ROLES_PATH')}}"
|
||||
debug:
|
||||
msg: "These are the configured role paths: {{lookup('config', 'DEFAULT_ROLES_PATH')}}"
|
||||
|
||||
- name: find retry files, skip if missing that key
|
||||
find:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue