This commit is contained in:
2021-01-27 19:28:43 +01:00
parent 5c62ac12d9
commit dae762e43f
6 changed files with 74 additions and 23 deletions

View File

@ -228,6 +228,17 @@
- finish-client-install
- name: "For OS: Ubuntu 20.04LTS, Arch: amd64"
import_tasks: ubuntu-x11vnc-2004-amd64.yml
when:
- ansible_distribution_version == "20.04"
- ansible_architecture == "x86_64"
tags:
- x11vnc
- x11vnc-2004
- finish-client-install
#- name: "Configure LUKS"
# import_tasks: luks.yml
# when: "groups['client_pc']|string is search(inventory_hostname)"