playbooks/dependencies: Improve the names of the tasks
https://github.com/containers/toolbox/pull/1158
This commit is contained in:
parent
03922893af
commit
8b7511ab6f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue