Remove unused conditional

This commit is contained in:
2024-10-02 23:18:18 +02:00
parent a34ab937e5
commit 34ad7579f1

View File

@@ -529,7 +529,6 @@
name: "{{ item }}" name: "{{ item }}"
with_items: "{{ disable_services }}" with_items: "{{ disable_services }}"
become: true become: true
when: manage_services|default(true)|bool
- set_fact: - set_fact:
enable_services: enable_services:
@@ -546,7 +545,6 @@
name: "{{ item }}" name: "{{ item }}"
with_items: "{{ enable_services }}" with_items: "{{ enable_services }}"
become: true become: true
when: manage_services|default(true)|bool
- name: get systemd boot target - name: get systemd boot target
command: systemctl get-default command: systemctl get-default