classroom/roles/inkscape/tasks/main_lin.yml

11 lines
221 B
YAML
Raw Normal View History

- name: Add Inkscape repository
apt_repository:
repo: ppa:inkscape.dev/stable
state: present
update_cache: True
validate_certs: False
2023-09-11 20:30:48 +00:00
- name: Install Inkscape
apt:
name: inkscape
state: latest