style 💎: Improve service configuration for samba-ad-dc
Updated the service configuration to ensure proper stopping of samba-ad-dc before provisioning, improving overall installation stability and consistency.
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
# name: "{{ samba_packages }}"
|
||||
# state: latest
|
||||
|
||||
- name: Stop samba-ad-dc before provisioning (if running)
|
||||
ansible.builtin.service:
|
||||
name: samba-ad-dc
|
||||
state: stopped
|
||||
enabled: no
|
||||
ignore_errors: true
|
||||
# - name: Stop samba-ad-dc before provisioning (if running)
|
||||
# ansible.builtin.service:
|
||||
# name: samba-ad-dc
|
||||
# state: stopped
|
||||
# enabled: no
|
||||
# ignore_errors: true
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user