pixelbook-linux icon indicating copy to clipboard operation
pixelbook-linux copied to clipboard

Ansible fails on: "TASK [eve-tweaks : Copy libinput touchpad pressure tweak file]"

Open mr-sk opened this issue 5 years ago • 1 comments

Hello,

Fails as follows:


TASK [eve-tweaks : Copy libinput touchpad pressure tweak file] *****************
fatal: [localhost]: FAILED! => {"changed": false, "checksum": "9cb56d667cd390aa928d9d760bb5739b4f0d9c1d", "msg": "Destination directory /etc/libinput does not exist"}
	to retry, use: --limit @/home/sk/Research/pixelbook-linux/ansible/playbook.retry

PLAY RECAP *********************************************************************
localhost                  : ok=74   changed=27   unreachable=0    failed=1   

Running script from start, so not sure why any requirements are missing. Thanks!

mr-sk avatar Jul 11 '19 20:07 mr-sk

there is no libinput in /etc. sudo mkdir /etc/libinput/ before run script , or edit yml file to create

Atomos-X avatar Jul 17 '19 10:07 Atomos-X