Skip to content

Commit

Permalink
cd: fix group name
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Jul 28, 2024
1 parent 5599bb4 commit 5c9b622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/artbot_update.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

- hosts: artbot_server
- hosts: artbot_servers
gather_facts: false

roles:
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ all:
ansible_become: false
ansible_user: artbot
children:
artbot:
artbot_servers:
hosts:
artbot_server01:
artbot_server02:

0 comments on commit 5c9b622

Please sign in to comment.