update..
This commit is contained in:
@ -226,6 +226,15 @@
|
||||
tags:
|
||||
- apt-webserver-pkgs
|
||||
|
||||
- name: (apt.yml) Install samba related packages
|
||||
package:
|
||||
pkg: '{{ apt_install_server_samba }}'
|
||||
state: present
|
||||
when:
|
||||
- "groups['samba_server']|string is search(inventory_hostname)"
|
||||
tags:
|
||||
- samba-server
|
||||
|
||||
- name: (apt.yml) Install extra packages
|
||||
apt:
|
||||
name: "{{ apt_extra_pkgs }}"
|
||||
|
Reference in New Issue
Block a user