mirror of
https://github.com/famedly/ansible-collection-services
synced 2024-11-10 05:54:14 +00:00
fix: resolve ansible-lint issues
This commit is contained in:
parent
e0bef7b2b5
commit
7ce8425d13
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- hosts: [ matomo ]
|
||||
- hosts: [matomo]
|
||||
become: true
|
||||
roles:
|
||||
- matomo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- hosts: [ vaultwarden ]
|
||||
- hosts: [vaultwarden]
|
||||
become: true
|
||||
roles:
|
||||
- vaultwarden
|
||||
|
|
Loading…
Reference in a new issue