Skip to content
Snippets Groups Projects
Commit b5462254 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

fix linter issues

parent 924c4d12
No related branches found
No related tags found
1 merge request!7Make systemd journal persistent optional
Pipeline #1997 passed
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
path: /var/log/journal path: /var/log/journal
state: directory state: directory
when: when:
(ansible_distribution_major_version|int < 9) or - (ansible_distribution_major_version|int < 9) or
(not journal_persitent_with_package) (not journal_persitent_with_package)
register: syslog_provider register: syslog_provider
notify: notify:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment