Files
ansible_role_package/tasks/pkgs/samba_client.yml
Matthew Stobbs 9dc78f3b89 add new packages
- cockpit
- firewalld
- nfs client and server
- restic
- samba client and server
- targetcli
2025-03-26 21:31:13 -06:00

14 lines
363 B
YAML

# vim: set filetype=yaml.ansible :
---
- name: Add samba_client
when:
- samba_client_configured is undefined
block:
- name: Append samba_client to pkg_sys
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + samba_client.pkgs }}"
- name: Set samba_client_configured
ansible.builtin.set_fact:
samba_client_configured: true