File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1212
1313- name : Disable THP
1414 include_tasks : configure_thp.yml
15- when : " 'full' in group_names"
15+ when :
16+ - ansible_service_mgr == "systemd"
17+ - ansible_connection != "docker"
18+ - " 'full' in group_names"
1619
1720- name : Enable read for dmesg
1821 include_tasks : configure_dmesg.yml
Original file line number Diff line number Diff line change 7373 # because we want to test this task's functionality, we want it to run even though it does nothing for a container
7474 # but the notified handlers above will be skipped by their when expressions
7575 ignore_errors : true
76- when :
77- - (not ansible_os_family == "RedHat" and ansible_distribution_major_version|int > 6)
78- - ansible_connection!="docker"
79- - " 'full' in group_names"
You can’t perform that action at this time.
0 commit comments