diff --git a/tasks/main.yml b/tasks/main.yml index e89629275f8baeaf1bd5d9ad1d48dc0acf59fe12..0ecd2f43ff18f2d0c2989e653c485d15bc4a47ca 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -34,7 +34,7 @@ become: true - name: Run install command - ansible.builtin.command: + ansible.builtin.command: cmd: /usr/bin/graylog-sidecar -service install ignore_errors: true changed_when: false @@ -57,12 +57,11 @@ become: true - name: Install filebeat - ansible.builtin.import_tasks: - - filebeat.yml + ansible.builtin.import_tasks: filebeat.yml when: install_filebeat - name: Switch back to default policy ansible.builtin.command: cmd: update-crypto-policies --set DEFAULT changed_when: false - become: true \ No newline at end of file + become: true