From 38016dce730790f1014456951b13a22ea6f0d64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Wed, 8 Dec 2021 19:19:17 +0000 Subject: ansible-lint: Ignore galaxy and various changed hooks --- playbooks/prerequisites.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playbooks/prerequisites.yml') diff --git a/playbooks/prerequisites.yml b/playbooks/prerequisites.yml index ac4d58d..3178164 100644 --- a/playbooks/prerequisites.yml +++ b/playbooks/prerequisites.yml @@ -1,7 +1,7 @@ - hosts: all gather_facts: false tasks: - - name: bruteforce python installation with all packages possiblity + - name: bruteforce python installation with all packages possiblity # noqa: no-changed-when raw: | ! pkg_add python3 && ! pkg install python3 && -- cgit v1.2.3