Automated Nextcloud installation

This commit is contained in:
2022-11-24 02:00:52 -05:00
parent 511c26392c
commit bf9c98fd3f
8 changed files with 90 additions and 10 deletions

View File

@@ -1,2 +1,2 @@
packages:
- dnsutils
- dnsutils

View File

@@ -5,7 +5,7 @@
mode: 0700
- name: Install useful software
apt:
ansible.builtin.apt:
name: "{{ packages }}"
state: present
update_cache: true