mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add missing quote on limit_to vyos includes (#26139)
This commit is contained in:
committed by
GitHub
parent
e238ae999b
commit
9f7fcf15be
@@ -10,5 +10,5 @@
|
||||
roles:
|
||||
- { role: vyos_command, when: "limit_to in ['*', 'vyos_command']" }
|
||||
- { role: vyos_config, when: "limit_to in ['*', 'vyos_config']" }
|
||||
- { role: vyos_user, when: "limit_to in ['*', vyos_user']" }
|
||||
- { role: vyos_banner, when: "limit_to in ['*', vyos_banner']" }
|
||||
- { role: vyos_user, when: "limit_to in ['*', 'vyos_user']" }
|
||||
- { role: vyos_banner, when: "limit_to in ['*', 'vyos_banner']" }
|
||||
|
||||
Reference in New Issue
Block a user