playbooks/dependencies: Improve the names of the tasks

https://github.com/containers/toolbox/pull/1158
This commit is contained in:
Debarshi Ray 2022-11-16 01:12:10 +01:00
parent 03922893af
commit 8b7511ab6f

View file

@ -1,4 +1,4 @@
- name: Install requirements
- name: Install RPM packages
become: yes
package:
use: dnf
@ -24,7 +24,7 @@
args:
chdir: '{{ zuul.project.src_dir }}/src'
- name: Setup submodules
- name: Setup Git submodules
shell: |
git submodule init
git submodule update