ansible-lint fixes
This commit is contained in:
parent
3a64f595fe
commit
203d9bea62
17 changed files with 53 additions and 57 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue