Skip to content

Commit

Permalink
Fix inventory.sh permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Blanc authored and Julien Blanc committed Oct 26, 2016
1 parent 052855f commit 1a980be
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 @@ -24,7 +24,7 @@ ADD inventory.sh /opt/ansible-tower/inventory.sh
ADD config_dynamic.yml /opt/ansible-tower/roles/config_dynamic/tasks/main.yml

RUN chmod +x start.sh
RUN chmod +x inventory.sh
RUN chmod +x /opt/ansible-tower/inventory.sh
RUN /opt/ansible-tower/inventory.sh
RUN /opt/ansible-tower/setup.sh \
&& rm -rf /opt/ansible-tower
Expand Down

0 comments on commit 1a980be

Please sign in to comment.