e1a3da9443
Next step will be to re-write these for zuulv3 Change-Id: I2f6a8432e037f75d6abee3bc977933a310a4a2c7
13 lines
205 B
YAML
13 lines
205 B
YAML
- hosts: all
|
|
name: Test the pre run
|
|
tasks:
|
|
|
|
- shell:
|
|
cmd: |
|
|
set -x
|
|
echo "test pre phase"
|
|
export -p
|
|
ls -l
|
|
pwd
|
|
executable: /bin/bash
|