Manjaro install RDP

Install rdp client remmina. Also reboot because freerdp doesn't like to
load without a reboot.
This commit is contained in:
ducoterra
2022-01-29 21:35:37 -05:00
parent d2072116f3
commit 9efe7485f3

View File

@@ -126,6 +126,13 @@
name: dnsutils
state: present
become: yes
- name: Ensure remmina (RDP) installed
community.general.pacman:
name:
- remmina
- freerdp
state: present
become: yes
- name: Ensure docker installed
community.general.pacman:
name:
@@ -337,3 +344,8 @@
- Unknown_Region
- canonicalization
- regions
# Reboot
- name: Unconditionally reboot the machine with all defaults
reboot:
become: yes