mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 06:41:36 +01:00
fix: reference perm mode as octal
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
copy:
|
||||
src: influx-repo.gpg
|
||||
dest: /usr/share/keyrings/
|
||||
mode: 644
|
||||
mode: 0644
|
||||
notify:
|
||||
- apt update
|
||||
|
||||
|
||||
Reference in New Issue
Block a user