ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-31 17:06:50 +00:00
parent 3a64f595fe
commit 203d9bea62
17 changed files with 53 additions and 57 deletions

View file

@ -1,5 +1,5 @@
---
- name: enable epel repository
- name: Enable EPEL repository
ansible.builtin.package:
name: epel-release
state: installed