Skip to content

Commit

Permalink
prettify logging
Browse files Browse the repository at this point in the history
  • Loading branch information
lightlike committed Jun 22, 2024
1 parent bc4daca commit 70751b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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="@ *"
Expand Down
1 change: 1 addition & 0 deletions ansible/update-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70751b8

Please sign in to comment.