Skip to content
Snippets Groups Projects
Commit ea874906 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: missing starting space in comment

parent 0609ec7c
No related branches found
No related tags found
No related merge requests found
Pipeline #2661 passed
...@@ -131,10 +131,10 @@ ...@@ -131,10 +131,10 @@
when: ansible_os_family == "RedHat" when: ansible_os_family == "RedHat"
tags: [postfix, mail] tags: [postfix, mail]
#- name: Glances-Server abschalten # - name: Glances-Server abschalten
# import_tasks: configure_glances.yml # import_tasks: configure_glances.yml
# when: ansible_os_family != "RedHat" # RHEL 7 still runs Glances 2.5, which doesn't come with the glances.service SystemD unit # when: ansible_os_family != "RedHat" # RHEL 7 still runs Glances 2.5, which doesn't come with the glances.service SystemD unit
# tags: [glances] # tags: [glances]
### CGROUP FÜR CHECK_MK KONFIGURIEREN ### ### CGROUP FÜR CHECK_MK KONFIGURIEREN ###
# - name: include cgroup CMK config # - name: include cgroup CMK config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment