bar: Fix playbook host

This commit is contained in:
polyfloyd 2024-02-04 18:26:48 +01:00
parent 3791223643
commit 1e9334ecfb
3 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1,12 @@
---
- name: Install dependencies
apt:
name: [ links, python3-pyquery ]
state: present
- name: Clone revbank-inflatinator source
git:
repo: https://github.com/bitlair/revbank-inflatinator.git
version: main
dest: /opt/revbank-inflatinator
accept_hostkey: yes