imfreedom/teamcity-ansible

remove the old run script
draft
2021-06-02, Gary Kramlich
365543ded07b
Parents 822b75fd264a
Children 9594c34179bc
remove the old run script
  • +0 -13
    run
  • --- a/run Wed Jun 02 02:00:01 2021 -0500
    +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
    @@ -1,13 +0,0 @@
    -#!/bin/sh -e
    -
    -if [ "${#}" -lt 1 ]; then
    - echo "You must specify an inventory file to use"
    - exit 1
    -fi
    -
    -INVENTORY="${1}"
    -shift
    -
    -ANSIBLE_NOCOWS=1 ansible-playbook -b agent.yml -i "${INVENTORY}" $@
    -
    -