Indent correctly

This commit is contained in:
Tim Dittler 2020-01-14 12:39:39 +01:00
parent db12ae9703
commit e49f5a368f
No known key found for this signature in database
GPG Key ID: 714E3F93A7C7B03B

View File

@ -131,17 +131,17 @@
apt_repository:
repo: "{{ item }}"
with_items: "{{ apt_repositories }}"
tags:
- apt
- nextcloud
tags:
- apt
- nextcloud
- name: Install packages
apt:
pkg: "{{ apt_packages }}"
tags:
- apt
- lightdm
- nextcloud
tags:
- apt
- lightdm
- nextcloud
- name: Delete unnecessary packages
apt: