mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
update
This commit is contained in:
@@ -2,7 +2,5 @@ FROM fedora
|
||||
WORKDIR /app
|
||||
RUN yum update -y && yum install -y \
|
||||
ansible
|
||||
COPY requirements.yml /app
|
||||
RUN ansible-galaxy collection install -r requirements.yml
|
||||
COPY . /app
|
||||
RUN ansible-playbook /app/playbooks/image.yml
|
||||
|
||||
Reference in New Issue
Block a user