Skip to content
Snippets Groups Projects
Commit f2ea1b12 authored by Alexander Käb's avatar Alexander Käb
Browse files

Fix import_tasks syntax

parent a83a274b
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment