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 }}"
|
# name: "{{ samba_packages }}"
|
||||||
# state: latest
|
# state: latest
|
||||||
|
|
||||||
- name: Stop samba-ad-dc before provisioning (if running)
|
# - name: Stop samba-ad-dc before provisioning (if running)
|
||||||
ansible.builtin.service:
|
# ansible.builtin.service:
|
||||||
name: samba-ad-dc
|
# name: samba-ad-dc
|
||||||
state: stopped
|
# state: stopped
|
||||||
enabled: no
|
# enabled: no
|
||||||
ignore_errors: true
|
# ignore_errors: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user