mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-03-02 10:42:09 +07:00
👷 Fix linter
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: COMMAND | Check if mariadb is running
|
||||
- name: COMMAND | Check if mariadb is running # noqa: command-instead-of-module
|
||||
ansible.builtin.command: "systemctl is-active mariadb"
|
||||
register: mariadb_is_running
|
||||
changed_when: false
|
||||
|
||||
Reference in New Issue
Block a user