Skip to content
Snippets Groups Projects
Commit ac7e721e authored by jurgenhaas's avatar jurgenhaas
Browse files

Keep ksm disabled on Ubuntu 22

parent 28ccffbf
No related branches found
No related tags found
No related merge requests found
...@@ -127,6 +127,6 @@ ...@@ -127,6 +127,6 @@
value: 1 value: 1
- file: sleep_millisecs - file: sleep_millisecs
value: 1000 value: 1000
when: ksm.stat.exists when: ksm.stat.exists and ansible_distribution_release != 'jammy'
notify: notify:
- Restart NetData - Restart NetData
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment