mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-26 10:22:09 +07:00
👷 Fix linter
This commit is contained in:
committed by
Emilien M
parent
bd8f9604f7
commit
38c1701310
@@ -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