From 6107513f721315d6b5b17061e004f379725312c9 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 7 Nov 2025 06:18:33 +0100 Subject: [PATCH] =?UTF-8?q?docs=20=F0=9F=93=9D:=20Update=20package=20list?= =?UTF-8?q?=20for=20smbclient=20and=20samba-client?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated package lists to ensure compatibility with different Linux distributions. This change will improve the reliability of the Ansible playbook when using these packages. --- defaults/main.yml | 2 ++ tasks/verify.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index d792c14..bd12482 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -45,6 +45,8 @@ samba_packages: - python3-setproctitle # - smbclient - samba-ad-dc + - smbclient # Debian/Ubuntu + - samba-client # RHEL family (it will skip if not available) # template for /etc/resolv.conf location_internal_dns: 192.168.1.1 diff --git a/tasks/verify.yml b/tasks/verify.yml index ca4b7dd..8a91ed4 100644 --- a/tasks/verify.yml +++ b/tasks/verify.yml @@ -27,7 +27,7 @@ responses: # Use the '(?i)' flag for case-insensitive matching of the prompt. '(?i)password for.*:': "{{ addc_admin_password }}" - no_log: false # Highly recommended to prevent the password from appearing in logs + no_log: true # Highly recommended to prevent the password from appearing in logs - name: "Create the PTR (reverse) DNS record" ansible.builtin.expect: