Compare commits
2 Commits
2b4844b211
...
9a95eecfd5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a95eecfd5 | ||
|
|
a59dc7a050 |
@@ -61,6 +61,17 @@
|
||||
group: "{{ podman_user }}"
|
||||
mode: '0755'
|
||||
|
||||
- name: create zomboid stats file with correct permissions
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: "{{ gregtime_path }}/data/zomboid-stats.json"
|
||||
state: touch
|
||||
owner: "{{ podman_user }}"
|
||||
group: "{{ podman_user }}"
|
||||
mode: '0644'
|
||||
modification_time: preserve
|
||||
access_time: preserve
|
||||
|
||||
- name: deploy zomboid stats service unit
|
||||
become: true
|
||||
ansible.builtin.template:
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
|
||||
- import_tasks: containers/home/gregtime.yml
|
||||
vars:
|
||||
image: localhost/greg-time-bot:2.0.8
|
||||
image: localhost/greg-time-bot:2.0.11
|
||||
tags: gregtime
|
||||
|
||||
- import_tasks: containers/home/zomboid.yml
|
||||
|
||||
Reference in New Issue
Block a user