This commit is contained in:
2024-09-02 00:22:34 +01:00
parent 614f9e3782
commit c904ae8a3a
3 changed files with 4 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
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