Skip to content

Commit

Permalink
Bot simplifications
Browse files Browse the repository at this point in the history
Now that we deploy to docker, there are some configs we do not
need, like installing Java
  • Loading branch information
DanVanAtta committed Jul 26, 2024
1 parent 89815fe commit c2ddc0a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions ansible/roles/bot/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
- name: install java
become: true
apt:
state: present
name: "openjdk-11-jdk-headless"

- name: create service group {bot}
become: true
group:
Expand Down Expand Up @@ -49,15 +43,6 @@
job: /opt/bot/download-all-maps.sh > /var/log/bot/map-download.log 2>&1
user: bot

- name: ensure logging folder /var/log/triplea exists
become: true
file:
path: /var/log/triplea
state: directory
mode: "0755"
owner: "bot"
group: "{{ admin_group }}"

- name: install systemd service script
become: true
template:
Expand Down

0 comments on commit c2ddc0a

Please sign in to comment.