From d759489747495f0c71094fa12d587344bf43c023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Thu, 30 Dec 2021 09:38:20 +0000 Subject: playbooks: Move playbook files to root directory --- playbooks/prerequisites.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 playbooks/prerequisites.yml (limited to 'playbooks/prerequisites.yml') diff --git a/playbooks/prerequisites.yml b/playbooks/prerequisites.yml deleted file mode 100644 index 3178164..0000000 --- a/playbooks/prerequisites.yml +++ /dev/null @@ -1,12 +0,0 @@ -- hosts: all - gather_facts: false - tasks: - - name: bruteforce python installation with all packages possiblity # noqa: no-changed-when - raw: | - ! pkg_add python3 && - ! pkg install python3 && - apk add python - register: result - ignore_errors: true - failed_when: result.rc not in [0, 1] - poll: 0 -- cgit v1.2.3