update nextcloud to v13

adjust the ddagent_source script to not block on starting or installing integration
This commit is contained in:
2018-02-25 15:41:47 -05:00
parent 5fae85734b
commit d778f68993
5 changed files with 10 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
with_items:
- python-psutil
- shell: DD_API_KEY=ca0faf176c4aedd4f547ed7cf85615eb sh -c "$(curl -L https://raw.githubusercontent.com/DataDog/dd-agent/master/packaging/datadog-agent/source/setup_agent.sh)"
- shell: DD_API_KEY=ca0faf176c4aedd4f547ed7cf85615eb DD_SKIP_INTEGRATIONS=1 DD_START_AGENT=0 sh -c "$(curl -L https://raw.githubusercontent.com/DataDog/dd-agent/master/packaging/datadog-agent/source/setup_agent.sh)"
args:
creates: "/root/.datadog-agent/bin/agent"