👷 Fix linter

This commit is contained in:
Emilien Mantel
2024-08-26 17:42:14 +02:00
committed by Emilien M
parent bd8f9604f7
commit 38c1701310
3 changed files with 4 additions and 2 deletions

View File

@@ -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