mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 05:34:16 +00:00
chore(standupbot): fix lints
This commit is contained in:
parent
cc33111fbc
commit
09a4823b77
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue