From 70751b823c2cb6e92c27ff762ce14814dcde0b7b Mon Sep 17 00:00:00 2001 From: lightlike Date: Sat, 22 Jun 2024 16:12:49 +0200 Subject: [PATCH] prettify logging --- Dockerfile | 1 + ansible/update-dns.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index a7ea38b..27edd02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ RUN pip install --no-cache --break-system-packages nc-dnsapi # Ansible specific variables ENV ANSIBLE_LOCALHOST_WARNING=False ENV ANSIBLE_INVENTORY_UNPARSED_WARNING=False +ENV ANSIBLE_DISPLAY_SKIPPED_HOSTS=False # DynDNS Variables ENV RECORDS="@ *" diff --git a/ansible/update-dns.yaml b/ansible/update-dns.yaml index 11ac951..10615b5 100644 --- a/ansible/update-dns.yaml +++ b/ansible/update-dns.yaml @@ -9,6 +9,7 @@ tasks: - name: Create netcup directory if it does not exist + no_log: true ansible.builtin.file: path: "{{ data_base_path }}" state: directory