diff --git a/roles/monitoring/tasks/influxdb/main.yml b/roles/monitoring/tasks/influxdb/main.yml index 998e32b..ea1a88a 100644 --- a/roles/monitoring/tasks/influxdb/main.yml +++ b/roles/monitoring/tasks/influxdb/main.yml @@ -49,7 +49,7 @@ validate_certs: true user_name: "{{ item.username }}" user_password: "{{ item.password }}" - grants: "{{ item.grants }}" + grants: "{{ item.grants }}" # noqa args[module] This has to be escaped to a string loop: "{{ monitoring_influxdb_users }}" delegate_to: 127.0.0.1 no_log: true diff --git a/roles/traefik/tasks/acmedumper.yml b/roles/traefik/tasks/acmedumper.yml index e8a2292..4bcfc3e 100644 --- a/roles/traefik/tasks/acmedumper.yml +++ b/roles/traefik/tasks/acmedumper.yml @@ -18,7 +18,7 @@ # along with this program. If not, see . - name: Update default SELinux contexts for acme-dumper - community.general.system.sefcontext: + community.general.sefcontext: target: '{{ item }}(/.*)?' setype: "container_file_t" selevel: "{{ traefik_selinux_level | default(omit) }}"