Update mpv configuration
This commit is contained in:
parent
82a02be85a
commit
44eb29b226
2 changed files with 7 additions and 4 deletions
|
|
@ -14,6 +14,7 @@
|
|||
ansible.builtin.import_tasks: 'tasks/setup.yml'
|
||||
tags: setup
|
||||
|
||||
# TODO: provision ssh client config with modern cyphers
|
||||
- name: Network provisioning
|
||||
ansible.builtin.import_tasks: 'tasks/network.yml'
|
||||
tags: network
|
||||
|
|
@ -47,6 +48,7 @@
|
|||
ansible.builtin.import_tasks: 'tasks/personal/all/syncthing.yml'
|
||||
tags: syncthing
|
||||
|
||||
# TODO: provision current macvlan setup
|
||||
- name: Desktop provisioning
|
||||
ansible.builtin.import_tasks: 'tasks/personal/desktop.yml'
|
||||
when: ansible_hostname == 'desktop'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue