diff --git a/playbooks/manjaro.yaml b/playbooks/manjaro.yaml index 1d12523..b362df1 100644 --- a/playbooks/manjaro.yaml +++ b/playbooks/manjaro.yaml @@ -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