diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-04-28 16:42:41 +0200 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-04-28 17:01:14 +0200 |
commit | 0b423e4532da6a8e65b0cc5de00fe786c82d5013 (patch) | |
tree | a5e77bc5c71fc96915cd01a86fa551afc8ff6f14 | |
parent | d533407af1f4e5d55bb778fabf4b9b0d9bb1ed56 (diff) | |
download | ansible-netdata_straight-0b423e4532da6a8e65b0cc5de00fe786c82d5013.tar.gz ansible-netdata_straight-0b423e4532da6a8e65b0cc5de00fe786c82d5013.tar.zst ansible-netdata_straight-0b423e4532da6a8e65b0cc5de00fe786c82d5013.zip |
ci: small fixes
-rw-r--r-- | defaults/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/defaults/main.yml b/defaults/main.yml index 822acf6..12c5fe6 100644 --- a/defaults/main.yml +++ b/defaults/main.yml | |||
@@ -9,7 +9,6 @@ netdata_prefix: "{{ (netdata_installer == 'kickstart') | ternary('','/opt/netdat | |||
9 | netdata_config: | 9 | netdata_config: |
10 | global: | 10 | global: |
11 | history: 3996 | 11 | history: 3996 |
12 | |||
13 | web: | 12 | web: |
14 | "listen to": 127.0.0.1 | 13 | "listen to": 127.0.0.1 |
15 | 14 | ||