builder3: fix task name

This commit is contained in:
Daniel Frank 2021-12-31 00:25:41 +01:00
parent 8ef933b0c0
commit bb4a409e71
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -5,7 +5,7 @@
tasks: tasks:
- name: Common system setup - name: Common system setup
block: block:
- name: Update all packages: dist-upgrade - name: Update all packages - dist-upgrade
register: system_update register: system_update
apt: apt:
update_cache: yes update_cache: yes