diff options
author | jupierce <jupierce@redhat.com> | 2017-05-08 10:26:09 -0400 |
---|---|---|
committer | jupierce <jupierce@redhat.com> | 2017-05-08 10:26:09 -0400 |
commit | fbadeb45ce30d1726cc8881c7bd0264416819265 (patch) | |
tree | 974983e745f3cebb9542e0330f49a949b00a5985 /system-container/root/usr/local | |
parent | b3f9e9ff4b8a7c69ec588ac9c5d0e9a8aa852f0a (diff) | |
download | openshift-fbadeb45ce30d1726cc8881c7bd0264416819265.tar.gz openshift-fbadeb45ce30d1726cc8881c7bd0264416819265.tar.bz2 openshift-fbadeb45ce30d1726cc8881c7bd0264416819265.tar.xz openshift-fbadeb45ce30d1726cc8881c7bd0264416819265.zip |
Moving Dockerfile content to images dir
Diffstat (limited to 'system-container/root/usr/local')
-rwxr-xr-x | system-container/root/usr/local/bin/run-system-container.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/system-container/root/usr/local/bin/run-system-container.sh b/system-container/root/usr/local/bin/run-system-container.sh deleted file mode 100755 index 9ce7c7328..000000000 --- a/system-container/root/usr/local/bin/run-system-container.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -export ANSIBLE_LOG_PATH=/var/log/ansible.log -exec ansible-playbook -i /etc/ansible/hosts ${OPTS} ${PLAYBOOK_FILE} |