diff options
author | agardner <agardner@linuxfoundation.org> | 2018-02-23 14:50:24 -0500 |
---|---|---|
committer | agardner <agardner@linuxfoundation.org> | 2018-02-23 14:50:24 -0500 |
commit | 4e95e0de58d757a834c91c4cdf4edf41b47634ce (patch) | |
tree | 1c3822ec086a12c75473eccec385341589e26cd3 | |
parent | 6a8416dc9ba2870f816cb4bd722668be83f099c7 (diff) |
Disable noop for ansible build server config
Time to go live.
If this breaks I have shell on these machine and can fix
but should be fine
Change-Id: I616797cd3512b594d1daa846308e7a8643fb9cb0
Signed-off-by: agardner <agardner@linuxfoundation.org>
-rw-r--r-- | jjb/releng/opnfv-utils.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng/opnfv-utils.yml b/jjb/releng/opnfv-utils.yml index 1e640db7c..fb3bab42b 100644 --- a/jjb/releng/opnfv-utils.yml +++ b/jjb/releng/opnfv-utils.yml @@ -167,7 +167,7 @@ builders: - shell: | # run playbook - sudo ansible-playbook -C -D -i \ + sudo ansible-playbook -i \ $WORKSPACE/utils/build-server-ansible/inventory.ini \ $WORKSPACE/utils/build-server-ansible/main.yml |