mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
ansible-lint: Fix schema[playbook] failure
Signed-off-by: Wen Liang <liangwen12year@gmail.com>
This commit is contained in:
parent
65735a85a6
commit
2d0d217070
1 changed files with 4 additions and 4 deletions
|
|
@ -3,10 +3,10 @@
|
|||
- name: Install dependencies for integration tests
|
||||
hosts: all
|
||||
vars:
|
||||
- rpmdependencies:
|
||||
- git
|
||||
- python3-pip
|
||||
- rsync
|
||||
rpmdependencies:
|
||||
- git
|
||||
- python3-pip
|
||||
- rsync
|
||||
|
||||
tasks:
|
||||
- name: Install rpm dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue