fix(server): don't mark a lookup task as changed

This commit is contained in:
transcaffeine 2021-10-24 14:11:00 +02:00
parent dd5223afaa
commit 3b2957492e
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@
user: "{{ nextcloud_user_info.uid }}"
tty: yes
register: nextcloud_current_dbhost
changed_when: false
- name: Set nextcloud database host mode to {{ nextcloud_database_host }}
community.docker.docker_container_exec: