Installed and linked to replace xdg-open which is expected by many programmes.
10 lines
200 B
YAML
10 lines
200 B
YAML
---
|
|
- name: Link xdg-open to mimeo
|
|
become: true
|
|
ansible.builtin.file:
|
|
src: /usr/bin/mimeo
|
|
dest: /usr/bin/xdg-open
|
|
owner: root
|
|
group: root
|
|
state: link
|
|
listen: mimeo-installed
|