Use FQCN for module names
This commit is contained in:
parent
be273475c9
commit
8ba9437c89
17 changed files with 52 additions and 52 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
- name: enable repository
|
||||
yum_repository:
|
||||
ansible.builtin.yum_repository:
|
||||
name: spotify
|
||||
baseurl: https://negativo17.org/repos/spotify/fedora-$releasever/x86_64/
|
||||
description: Spotify
|
||||
|
@ -10,6 +10,6 @@
|
|||
enabled: true
|
||||
|
||||
- name: install spotify
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
name: spotify
|
||||
state: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue