🚨: yamllint conformity
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
state: directory
|
||||
owner: www-data
|
||||
group: www-data
|
||||
mode: 0755
|
||||
mode: "0o755"
|
||||
|
||||
- name: Download oolatoocs exec
|
||||
ansible.builtin.get_url:
|
||||
@@ -14,7 +14,7 @@
|
||||
dest: "{{ webapps_oolatoocs_local_bin_path }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0755
|
||||
mode: "0o755"
|
||||
|
||||
- name: Put conf file
|
||||
ansible.builtin.template:
|
||||
@@ -22,7 +22,7 @@
|
||||
dest: /usr/local/etc/oolatoocs.toml
|
||||
owner: www-data
|
||||
group: www-data
|
||||
mode: 0640
|
||||
mode: "0o640"
|
||||
|
||||
- name: Init oolatoocs DB
|
||||
ansible.builtin.command:
|
||||
|
Reference in New Issue
Block a user