mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 11:00:18 +01:00
Don’t install test code on Ubuntu Docker container, remove requirements.yml
This commit is contained in:
parent
840423b1b9
commit
d8d1770482
2 changed files with 0 additions and 4 deletions
|
@ -6,7 +6,4 @@ RUN apt-get update
|
|||
RUN apt-get install -y ansible
|
||||
# Install Ansible inventory file
|
||||
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
|
||||
COPY requirements.yml /etc/ansible/requirements.yml
|
||||
RUN ansible-galaxy install -r /etc/ansible/requirements.yml
|
||||
COPY test.yml /etc/ansible/test.yml
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
- src: geerlingguy.apache
|
Loading…
Reference in a new issue