Skip to content
Snippets Groups Projects
Commit 8b89f3e2 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Configure journal-upload only on Debian ≥Stretch

parent ba0d2553
No related branches found
No related tags found
No related merge requests found
- name: Configure only on Debian ≥Stretch
when: ansible_distribution_major_version|int >= 9
block:
- name: Install systemd-journal-remote
apt:
name: systemd-journal-remote
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment