mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-16 10:11:26 +00:00
7 lines
121 B
YAML
7 lines
121 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Run test
|
|
command: ls -la
|
|
args:
|
|
chdir: '{{ zuul.project.src_dir }}'
|