aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/prerequisites.yml
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-08 19:19:17 +0000
committerRomain Gonçalves <me@rgoncalves.se>2021-12-09 16:43:04 +0000
commit38016dce730790f1014456951b13a22ea6f0d64f (patch)
treeb7314dbbf1bed20c65319c31d0e5e348c60810d1 /playbooks/prerequisites.yml
parent9bc88d9a98cc3e6d5df23a97d7492215a1a2a1e3 (diff)
downloadinfrastructure-38016dce730790f1014456951b13a22ea6f0d64f.tar.gz
ansible-lint: Ignore galaxy and various changed hooks
Diffstat (limited to 'playbooks/prerequisites.yml')
-rw-r--r--playbooks/prerequisites.yml2
1 files changed, 1 insertions, 1 deletions
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 &&
remember that computers suck.