This commit is contained in:
2021-08-13 19:34:20 +02:00
parent ddaac9259b
commit 99eae0bbbd
4 changed files with 47 additions and 12 deletions

View File

@ -192,6 +192,14 @@
- sudoers
# tags supported inside mount_samba_shares.yml:
#
- import_tasks: mount_samba_shares.yml
when: "groups['client_pc']|string is search(inventory_hostname)"
tags:
- samba-shares
# Tasks: Configure VNC (x11vnc) for Ubuntu systems
#
# Supported OS:
@ -231,14 +239,6 @@
- finish-client-install
# tags supported inside mount_samba_shares.yml:
#
- import_tasks: mount_samba_shares.yml
when: "groups['client_pc']|string is search(inventory_hostname)"
tags:
- samba-shares
#- name: "Configure LUKS"
# import_tasks: luks.yml
# when: "groups['client_pc']|string is search(inventory_hostname)"