From 8cdb1854cd4fc8f7a517ddcc0d279c2c4e31a010 Mon Sep 17 00:00:00 2001 From: db0 Date: Fri, 29 Dec 2023 17:53:26 +0100 Subject: [PATCH] feat: allow to update gui with github actions --- ansible/fediseer_api_deploy.yml | 2 +- ansible/fediseer_gui_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/fediseer_api_deploy.yml b/ansible/fediseer_api_deploy.yml index 5e8c690..e2696bd 100644 --- a/ansible/fediseer_api_deploy.yml +++ b/ansible/fediseer_api_deploy.yml @@ -1,6 +1,6 @@ --- -- hosts: fediseer +- hosts: fediseer_api gather_facts: false tasks: diff --git a/ansible/fediseer_gui_deploy.yml b/ansible/fediseer_gui_deploy.yml index 18382d6..4e898da 100644 --- a/ansible/fediseer_gui_deploy.yml +++ b/ansible/fediseer_gui_deploy.yml @@ -1,6 +1,6 @@ --- -- hosts: fediseer +- hosts: fediseer_gui gather_facts: true tasks: