diff options
| author | 2022-03-15 20:11:51 +0000 | |
|---|---|---|
| committer | 2022-03-15 20:11:51 +0000 | |
| commit | 8413589e5b76f213df86446b5281f7f225c3fcd9 (patch) | |
| tree | ad735ee915b73955458893017dd11b661a8ecd72 /roles/filebeat/tasks | |
| parent | Add wireguard rule to allow all internal traffic (diff) | |
Address ansible-lint concerns
Diffstat (limited to 'roles/filebeat/tasks')
| -rw-r--r-- | roles/filebeat/tasks/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/filebeat/tasks/main.yml b/roles/filebeat/tasks/main.yml index ba3f8e9..41d44bd 100644 --- a/roles/filebeat/tasks/main.yml +++ b/roles/filebeat/tasks/main.yml @@ -7,8 +7,9 @@ - role::filebeat - name: Install Elasticsearch signing key + # noqa command-instead-of-module shell: >- - wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | + set -o pipefail && wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | gpg --yes --dearmor -o /usr/share/keyrings/elasticsearch-keyring.gpg args: creates: /usr/share/keyrings/elasticsearch-keyring.gpg |