From aa8e3450aad0bd11bcc90c5c9dfec33a9ebba05e Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Sat, 13 Aug 2022 11:05:49 +0200 Subject: [PATCH] fixed mysql_query 'SELECT' in check-mode --- tasks/debian/db.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/debian/db.yml b/tasks/debian/db.yml index 02538f2..4189afd 100644 --- a/tasks/debian/db.yml +++ b/tasks/debian/db.yml @@ -17,6 +17,7 @@ login_password: "{{ zm_db_pwd.stdout | default(ZM_CONFIG.database.pwd) }}" ignore_errors: true register: zm_db_empty + check_mode: false - name: ZoneMinder | Debian | DB | Connection failed! ansible.builtin.fail: