From b1f8eea86fc8ec4daf50d3e20a5f2a3a0c4310fb Mon Sep 17 00:00:00 2001 From: "martin.fencl" Date: Sun, 21 Dec 2025 11:30:30 +0100 Subject: [PATCH] fix --- nextcloud/check_stack_nextcloud.yml | 2 +- nextcloud/update_collabora.yml | 2 +- nextcloud/update_nextcloud.yml | 2 +- nextcloud/update_nextcloud_mariadb_redis.yml | 2 +- portainer/update_portainer_agent.yml | 2 +- update_broker_kafka-ui.yml | 2 +- update_uptime_kuma.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nextcloud/check_stack_nextcloud.yml b/nextcloud/check_stack_nextcloud.yml index 176c846..fbebe45 100644 --- a/nextcloud/check_stack_nextcloud.yml +++ b/nextcloud/check_stack_nextcloud.yml @@ -1,7 +1,7 @@ # nextcloud/check_stack_nextcloud.yml - name: Run Nextcloud maintenance on VM via Proxmox - hosts: proxmox + hosts: linux_servers gather_facts: false become: true become_user: root diff --git a/nextcloud/update_collabora.yml b/nextcloud/update_collabora.yml index 3909242..d20cf12 100644 --- a/nextcloud/update_collabora.yml +++ b/nextcloud/update_collabora.yml @@ -1,7 +1,7 @@ # nextcloud/update_collabora.yml - name: Update Collabora CODE on VM via Proxmox - hosts: proxmox + hosts: linux_servers gather_facts: false become: true become_user: root diff --git a/nextcloud/update_nextcloud.yml b/nextcloud/update_nextcloud.yml index a596060..7821e7b 100644 --- a/nextcloud/update_nextcloud.yml +++ b/nextcloud/update_nextcloud.yml @@ -1,7 +1,7 @@ # nextcloud/update_nextcloud.yml - name: Update Nextcloud on VM via Proxmox - hosts: proxmox + hosts: linux_servers gather_facts: false become: true become_user: root diff --git a/nextcloud/update_nextcloud_mariadb_redis.yml b/nextcloud/update_nextcloud_mariadb_redis.yml index 4e280f9..8d56334 100644 --- a/nextcloud/update_nextcloud_mariadb_redis.yml +++ b/nextcloud/update_nextcloud_mariadb_redis.yml @@ -1,7 +1,7 @@ # nextcloud/update_nextcloud_db_redis.yml - name: Update Nextcloud DB and Redis on VM via Proxmox - hosts: proxmox + hosts: linux_servers gather_facts: false become: true become_user: root diff --git a/portainer/update_portainer_agent.yml b/portainer/update_portainer_agent.yml index dd3fef2..4156ee4 100644 --- a/portainer/update_portainer_agent.yml +++ b/portainer/update_portainer_agent.yml @@ -1,7 +1,7 @@ # update_portainer_agent.yml - name: Update Portainer Agent on VM via Proxmox - hosts: proxmox + hosts: linux_servers gather_facts: false become: true become_user: root diff --git a/update_broker_kafka-ui.yml b/update_broker_kafka-ui.yml index c4afacd..80f7cce 100644 --- a/update_broker_kafka-ui.yml +++ b/update_broker_kafka-ui.yml @@ -1,7 +1,7 @@ # update_broker_kafka-ui.yml - name: Update Kafka broker3 and Redpanda Console on VM via Proxmox - hosts: proxmox + hosts: linux_servers gather_facts: false become: true become_user: root diff --git a/update_uptime_kuma.yml b/update_uptime_kuma.yml index 0ec7b30..ee607df 100644 --- a/update_uptime_kuma.yml +++ b/update_uptime_kuma.yml @@ -1,7 +1,7 @@ # nextcloud/update_uptime_kuma.yml - name: Update Uptime Kuma on VM via Proxmox - hosts: proxmox + hosts: linux_servers gather_facts: false become: true become_user: root