Idempotency problem

ansible-lint: no-changed-when shared  command-shell, idempotency
This commit is contained in:
Faustin Lammler 2023-09-29 11:23:13 +02:00
parent 35af25cbbd
commit e646328e5b
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@
- name: Setup MariaDB
ansible.builtin.command: /etc/init.d/mariadb setup
changed_when: false