7 lines
114 B
YAML
7 lines
114 B
YAML
---
|
|
|
|
- name: '[LIBRE-OFFICE] - Install Abiword'
|
|
apt:
|
|
name: abiword
|
|
state: present
|
|
update_cache: yes
|