Indent correctly
This commit is contained in:
parent
db12ae9703
commit
e49f5a368f
14
playbook.yml
14
playbook.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user