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
|
name: dnsutils
|
||||||
state: present
|
state: present
|
||||||
become: yes
|
become: yes
|
||||||
|
- name: Ensure remmina (RDP) installed
|
||||||
|
community.general.pacman:
|
||||||
|
name:
|
||||||
|
- remmina
|
||||||
|
- freerdp
|
||||||
|
state: present
|
||||||
|
become: yes
|
||||||
- name: Ensure docker installed
|
- name: Ensure docker installed
|
||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
name:
|
name:
|
||||||
@@ -337,3 +344,8 @@
|
|||||||
- Unknown_Region
|
- Unknown_Region
|
||||||
- canonicalization
|
- canonicalization
|
||||||
- regions
|
- regions
|
||||||
|
|
||||||
|
# Reboot
|
||||||
|
- name: Unconditionally reboot the machine with all defaults
|
||||||
|
reboot:
|
||||||
|
become: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user