added git.limbosolutions.com/kb/ubuntu:act-latest to ansible deploy
All checks were successful
deploy host / Deploy (push) Successful in 14s

This commit is contained in:
2024-09-02 00:39:23 +01:00
parent 9c8da9ab4a
commit 869b3a5a20
3 changed files with 1 additions and 27 deletions

View File

@@ -1,2 +0,0 @@
FROM catthehacker/ubuntu:act-latest
RUN apt-get update && apt install software-properties-common && add-apt-repository --yes --update ppa:ansible/ansible && apt-get install -y ansible