Skip to content

Commit

Permalink
fixed collections
Browse files Browse the repository at this point in the history
  • Loading branch information
aburston committed Dec 11, 2020
1 parent 108b6df commit 77694c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN pip3 install -r requirements.txt

RUN ansible-galaxy install Juniper.junos -p /etc/ansible/roles/
COPY requirements.yml .
RUN ansible-galaxy collection install -r requirements.yml -p /etc/ansible/roles
RUN ansible-galaxy collection install -r requirements.yml

COPY network-roles network-roles
RUN cd network-roles/ebgp-ip-fabric && bash install.sh
Expand Down

0 comments on commit 77694c3

Please sign in to comment.