This commit is contained in:
2024-09-01 04:04:42 +01:00
parent 7c85110abc
commit 55aa5f0a71

View File

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