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: apt_repository:
repo: "{{ item }}" repo: "{{ item }}"
with_items: "{{ apt_repositories }}" with_items: "{{ apt_repositories }}"
tags: tags:
- apt - apt
- nextcloud - nextcloud
- name: Install packages - name: Install packages
apt: apt:
pkg: "{{ apt_packages }}" pkg: "{{ apt_packages }}"
tags: tags:
- apt - apt
- lightdm - lightdm
- nextcloud - nextcloud
- name: Delete unnecessary packages - name: Delete unnecessary packages
apt: apt: