Fix a syntax error in the task definition.

This commit is contained in:
Andrea Dell'Amico 2021-06-21 13:56:03 +02:00
parent 6d00c93e64
commit c1f00a6528
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
--- ---
- name: - name: Install the packages required by the gitea viewers
block: Install the packages required by the gitea viewers block:
- name: - name: Install the packages required by the gitea viewers
apt: apt:
pkg: '{{ gitea_addons_deb_packages }}' pkg: '{{ gitea_addons_deb_packages }}'
state: present state: present