ansible-lint: Fix schema[playbook] failure

Signed-off-by: Wen Liang <liangwen12year@gmail.com>
This commit is contained in:
Wen Liang 2023-03-05 22:35:58 -05:00 committed by Fernando Fernández Mancera
parent 65735a85a6
commit 2d0d217070

View file

@ -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