Fix linting errors

pull/1/head
Georg Krause 2021-08-23 11:15:57 +02:00
parent d1af71f4fb
commit dc46ba95fe
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@
template:
src: templates/nginx.conf.j2
dest: /etc/nginx/conf.d/{{ node_exporter_domain }}.conf
mode: 0600
notify: Check and Reload nginx
- name: Install apache2-utils
@ -35,5 +36,6 @@
- name: Set Login credentials
become: yes
shell:
command:
cmd: "htpasswd -b /etc/nginx/.htpasswd prometheus {{ prometheus_pass }}"
changed_when: False