Skip to content

Commit 498a45c

Browse files
author
Ryan Hallisey
authored
Fix inventory file location (#88)
1 parent 2799a44 commit 498a45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN ansible-galaxy install -r /opt/ansible/requirements.yml \
4747
### UPSTREAM ONLY ###
4848

4949
COPY playbooks/* /opt/apb/actions/
50-
COPY inventory /etc/ansible/hosts
50+
COPY inventory /opt/apb/inventory/hosts
5151
RUN chmod -R g=u /opt/{ansible,apb} /etc/ansible/roles
5252

5353
USER apb

0 commit comments

Comments
 (0)