mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 01:14:03 -07:00
E501 fixes (#22879)
This commit is contained in:
parent
4fdeade389
commit
3164e8b561
215 changed files with 1328 additions and 761 deletions
|
@ -54,7 +54,9 @@ options:
|
|||
notes:
|
||||
- Handlers are made available to the whole play.
|
||||
- simple dependencies seem to work fine.
|
||||
- As with C(include) this task can be static or dynamic, If static it implies that it won't need templating nor loops nor conditionals and will show included tasks in the --list options. Ansible will try to autodetect what is needed, but you can set `static` to `yes` or `no` at task level to control this.
|
||||
- As with C(include) this task can be static or dynamic, If static it implies that it won't need templating nor loops nor conditionals and will
|
||||
show included tasks in the --list options. Ansible will try to autodetect what is needed, but you can set `static` to `yes` or `no` at task
|
||||
level to control this.
|
||||
'''
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue