+ xsel install in yadm playbook post tasks

This commit is contained in:
2024-05-13 09:12:35 +03:00
parent b7b67f1c86
commit b3cc57a4d9

View File

@ -54,6 +54,9 @@
args:
executable: /bin/bash
- name: Xsel for working clipboard copy with X11 forwarding (use SSH -Y)
shell: apt install -t xsel -yy
roles:
- role: keyring
tags: [ 'role::keyring', 'skip::keyring', 'role::yadm' ]