Skip to content

Commit

Permalink
Update ansible_config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matamorphosis authored Sep 20, 2023
1 parent b45be6a commit 7756ce1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installation/ansible/ansible_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Scrummage setup
hosts: scrummageservers
- name: GDAG setup
hosts: gdagservers
become: true
tasks:
- name: docker.io
Expand All @@ -22,4 +22,4 @@
- name: Enable docker service
systemd:
name: docker
enabled: yes
enabled: yes

0 comments on commit 7756ce1

Please sign in to comment.