From 5c9b62287c7ee9c718e38f898c68c1dbb5a67d58 Mon Sep 17 00:00:00 2001 From: db0 Date: Sun, 28 Jul 2024 22:55:57 +0200 Subject: [PATCH] cd: fix group name --- ansible/artbot_update.yml | 2 +- ansible/inventory.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/artbot_update.yml b/ansible/artbot_update.yml index 24e800e..8cb541f 100644 --- a/ansible/artbot_update.yml +++ b/ansible/artbot_update.yml @@ -1,6 +1,6 @@ --- -- hosts: artbot_server +- hosts: artbot_servers gather_facts: false roles: diff --git a/ansible/inventory.yml b/ansible/inventory.yml index fa266e4..92f9976 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -11,7 +11,7 @@ all: ansible_become: false ansible_user: artbot children: - artbot: + artbot_servers: hosts: artbot_server01: artbot_server02: \ No newline at end of file