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: copy:
src: influx-repo.gpg src: influx-repo.gpg
dest: /usr/share/keyrings/ dest: /usr/share/keyrings/
mode: 644 mode: 0644
when: monitoring_master when: monitoring_master
- name: Add influx apt repo - name: Add influx apt repo
copy: copy:
src: influxdb.list src: influxdb.list
dest: /etc/apt/sources.list.d/ dest: /etc/apt/sources.list.d/
mode: 644 mode: 0644
when: monitoring_master when: monitoring_master
- name: Install influxdb - name: Install influxdb

View File

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