Skip to content

Tags: Chekov2k/ansible-datadog-callback

Tags

2.4.0

Toggle 2.4.0's commit message
Release version 2.4.0

1.0.2

Toggle 1.0.2's commit message
Avoid traceback when using ansible >=2.4

Starting from ansible 2.4 command line options are now received as a
list. In ansible >=2.4 it's now technically possible to specify multiple
times the '-i' option (even if the documentation say otherwise).

This commit merge all host while removing any extra comas.