fix: don't use deprecated modules
also don't believe everything that ansible says while it runs Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
11a445ca8e
commit
27876a9d7e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Enable Flathub
|
||||
community.general.packaging.os.flatpak_remote:
|
||||
community.general.flatpak_remote:
|
||||
name: flathub
|
||||
state: present
|
||||
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
|
@ -8,7 +8,7 @@
|
|||
tags: flatpak/enable-flathub
|
||||
|
||||
- name: Install flatpak apps
|
||||
community.general.packaging.os.flatpak:
|
||||
community.general.flatpak:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
loop: "{{ flatpak_apps }}"
|
||||
|
|
Loading…
Reference in a new issue