chore(standupbot): fix lints

This commit is contained in:
Jan Christian Grünhage 2023-07-06 22:58:13 +02:00
parent cc33111fbc
commit 09a4823b77
No known key found for this signature in database
GPG key ID: EEC1170CE56FA2ED

View file

@ -13,7 +13,7 @@
state: directory
owner: standupbot
group: standupbot
mode: 0755
mode: "0755"
- name: Ensure config file is up to date
become: true
@ -22,7 +22,7 @@
dest: "{{ standupbot_base_path }}/config.json"
owner: standupbot
group: standupbot
mode: 0600
mode: "0600"
notify: restart-standupbot
- name: Ensure password file is up to date
@ -32,7 +32,7 @@
dest: "{{ standupbot_config.PasswordFile }}"
owner: standupbot
group: standupbot
mode: 0600
mode: "0600"
notify: restart-standupbot
- name: Ensure standupbot container is running