From ad31b066766d0e9dbaaa498d779cc01187eb74ce Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sun, 30 Oct 2022 17:31:33 +0000 Subject: [PATCH] influxdb: More FQCN fixes --- roles/influxdb/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/influxdb/tasks/main.yml b/roles/influxdb/tasks/main.yml index f7f5e8f..4a398d9 100644 --- a/roles/influxdb/tasks/main.yml +++ b/roles/influxdb/tasks/main.yml @@ -58,13 +58,13 @@ enabled: true - name: Allow nginx to connect influxdb - seboolean: + ansible.posix.seboolean: name: httpd_can_network_connect state: true persistent: true - name: Create nginx config - copy: + ansible.builtin.copy: dest: "/etc/nginx/conf.d/{{ inventory_hostname }}/influxdb.conf" content: | location / {