v.1.3.0 Problem-Fix: set "gather_facts: no"
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
- hosts: all
|
||||
become: true
|
||||
gather_facts: no
|
||||
|
||||
|
||||
tasks:
|
||||
- name: update respository index
|
||||
@@ -11,9 +13,11 @@
|
||||
|
||||
- hosts: homelab
|
||||
become: true
|
||||
gather_facts: no
|
||||
|
||||
tasks:
|
||||
- name: Upgrade flatpaks
|
||||
ansible.builtin.command: flatpak update --noninteractive
|
||||
register: flatpak_update_output
|
||||
changed_when: "'app/' in flatpak_update_output.stdout"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user