ansible-lint fixes
This commit is contained in:
parent
3a64f595fe
commit
203d9bea62
17 changed files with 53 additions and 57 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: check if repository is enabled
|
||||
- name: Check if repository is enabled
|
||||
ansible.builtin.command:
|
||||
argv:
|
||||
- dnf
|
||||
|
@ -10,7 +10,7 @@
|
|||
changed_when: false
|
||||
register: result
|
||||
|
||||
- name: enable repository
|
||||
- name: Enable repository
|
||||
ansible.builtin.command:
|
||||
argv:
|
||||
- dnf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue