diff --git a/playbooks/install_morefine.yaml b/playbooks/install_morefine.yaml index 7be9d96..572c5ef 100644 --- a/playbooks/install_morefine.yaml +++ b/playbooks/install_morefine.yaml @@ -12,6 +12,7 @@ - apt-transport-https - wget - gpg + - autokey-gtk - name: Get repo ansible.builtin.shell: >- wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg @@ -27,3 +28,4 @@ ansible.builtin.apt: name: - code +