diff --git a/playbook.yml b/playbook.yml index 55b0d9e..5901bb9 100644 --- a/playbook.yml +++ b/playbook.yml @@ -6,6 +6,10 @@ # to verify ufw configuration run: # sudo ufw status verbose + roles: + - role: libreoffice + + tasks: - name: Install ufw apt: package=ufw state=present