Manjaro install RDP
Install rdp client remmina. Also reboot because freerdp doesn't like to load without a reboot.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user