fix: reference perm mode as octal

This commit is contained in:
2023-03-16 11:27:18 +01:00
parent e89f7fa5c9
commit ec2e1de3e2
2 changed files with 3 additions and 3 deletions

View File

@@ -2,14 +2,14 @@
copy:
src: influx-repo.gpg
dest: /usr/share/keyrings/
mode: 644
mode: 0644
when: monitoring_master
- name: Add influx apt repo
copy:
src: influxdb.list
dest: /etc/apt/sources.list.d/
mode: 644
mode: 0644
when: monitoring_master
- name: Install influxdb

View File

@@ -2,7 +2,7 @@
copy:
src: influx-repo.gpg
dest: /usr/share/keyrings/
mode: 644
mode: 0644
notify:
- apt update