Skip to content

Commit

Permalink
Code cleanup (#490)
Browse files Browse the repository at this point in the history
* fixed :param and :return to @param and @return

* many spelling mistakes fixed

* added bibigrid_version to common configuration

* attempted zabbix linting fix. Needs testing.

* fixed double import
  • Loading branch information
XaverStiensmeier authored Apr 16, 2024
1 parent 93f8013 commit 7185ca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
login_unix_socket: /run/mysqld/mysqld.sock

- name: Check if zabbix schema exists
failed_when: false
shell: "echo describe users | mysql --user={{ zabbix_conf.db_user }} --password={{ zabbix_conf.db_password }} zabbix"
ignore_errors: true
changed_when: false
register: zabbix_schema_exists
tags:
Expand Down

0 comments on commit 7185ca1

Please sign in to comment.