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,6 +1,5 @@
---
- name: enable repository
- name: Enable repository
ansible.builtin.yum_repository:
name: spotify
baseurl: https://negativo17.org/repos/spotify/fedora-$releasever/x86_64/
@ -9,7 +8,7 @@
gpgkey: https://negativo17.org/repos/RPM-GPG-KEY-slaanesh
enabled: true
- name: install spotify
- name: Install Spotify
ansible.builtin.package:
name: spotify
state: present