fixed mysql_query 'SELECT' in check-mode
This commit is contained in:
parent
ae6712a8fc
commit
aa8e3450aa
|
|
@ -17,6 +17,7 @@
|
||||||
login_password: "{{ zm_db_pwd.stdout | default(ZM_CONFIG.database.pwd) }}"
|
login_password: "{{ zm_db_pwd.stdout | default(ZM_CONFIG.database.pwd) }}"
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
register: zm_db_empty
|
register: zm_db_empty
|
||||||
|
check_mode: false
|
||||||
|
|
||||||
- name: ZoneMinder | Debian | DB | Connection failed!
|
- name: ZoneMinder | Debian | DB | Connection failed!
|
||||||
ansible.builtin.fail:
|
ansible.builtin.fail:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue