oslo.messaging/playbooks/oslo.messaging-devstack-full/pre.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