En effet, j'ai bien le même comportement avec echo "" | ansible-lint
$: echo''|ANSIBLE_NOCOLOR=true ansible-lint -R -p /tmp/test.yml
[WARNING]: While constructing a mapping from /tmp/test.yml, line 2, column 1,
found a duplicate dict key (g_test_1). Using last defined value only.
[WARNING]: While constructing a mapping from <unicode string>, line 2, column
1, found a duplicate dict key (g_test_1). Using last defined value only.
[^] # Re: TERM, pipe, stdin
Posté par Flyounet (site web personnel) . En réponse au message [Résolu] Ai-je détecté un bug ou bien suis-je mauvais avec GNU Bash et ansible-lint ?. Évalué à 1.
En effet, j'ai bien le même comportement avec
echo "" | ansible-lint