Compare commits

..

No commits in common. "1d8ae8a0b6a943c52ee1f71205ed038df91123e2" and "31e0538b84b90235b4c774ab77b7301a5182f647" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -9,11 +9,6 @@
name: gpg
state: present
- name: Install NTPsec
ansible.builtin.apt:
name: ntpsec
state: present
- name: Install locales
ansible.builtin.apt:
name: locales

View File

@ -86,7 +86,6 @@
mode: 0400
register: compose_env_update
notify: compose_restart
no_log: "{{ docker_compose_env_nolog | default('true') }}"
loop: "{{ docker_compose_deploy }}"
loop_control:
label: "{{ item.name }}"