forked from cisti/infra
7 lines
92 B
YAML
7 lines
92 B
YAML
|
---
|
||
|
|
||
|
- name: Ensure abiword package is installed
|
||
|
apt:
|
||
|
pkg: abiword
|
||
|
state: present
|