-
Hello, Playbook example : ---
- name: "Test | test"
hosts: "bdd"
become: true
gather_facts: true
roles:
- name: mariadb
tags: mariadb I have this error whan I ran ansible-lint :
I tried to add this in my .ansible-lint file but the error is still present 😞
Is someone can help me with this error please ? Bast regards |
Beta Was this translation helpful? Give feedback.
Answered by
khalangy
Sep 12, 2024
Replies: 1 comment
-
Ok my bad I found ! ---
- name: "Test | test"
hosts: "bdd"
become: true
gather_facts: true
roles:
- role: mariadb
tags: mariadb |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
khalangy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok my bad I found !
I have to put role insted of name !