10 Commits

Author SHA1 Message Date
f241fd34d0 added yaml 1.2.2 compatibility (#176) 2023-10-20 17:16:45 +02:00
6d3d9741f0 feat: Ensure check-mode works (#163)
This commit ensures that check-mode works on systems when this role is
run without any telegraf being installed.

Before

```
fatal: [host-1]: FAILED! => {"changed": false, "msg": "Could not find the requested service telegraf: host"}
```

After

```
fatal: [host-1]: FAILED! => {"changed": false, "msg": "Could not find the requested service telegraf: host"}
...ignoring
```
2023-01-30 18:37:53 +01:00
0b24ff0853 Apply ansible-lint in pre-commit hook and fix changes 2020-10-17 11:23:19 +02:00
59b3613fe1 Deployment for MacOS 2020-05-23 19:35:20 +02:00
5785e4a690 Only restart container when docker is the target platform 2019-01-22 19:04:00 +01:00
9f98ae6a76 Add Docker container support 2019-01-22 16:24:21 +01:00
052142e642 Added Windows as OS 2018-11-25 11:58:28 +01:00
c416bb20a7 Replace action by modules 2017-02-22 19:20:29 +01:00
1533214071 FIxing ansible-lint issues 2016-12-30 18:35:49 +01:00
03adb259af Initial version 2015-09-20 14:13:54 +02:00