mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
fix: resolve ansible-lint issues
This commit is contained in:
parent
0bca34e14d
commit
a9832aa222
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- hosts: [ localhost ]
|
||||
become: yes
|
||||
- hosts: [localhost]
|
||||
become: true
|
||||
collections:
|
||||
- famedly.base
|
||||
roles:
|
||||
|
|
Loading…
Reference in a new issue