mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 21:31:37 +01:00
fix: reference perm mode as octal
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user