Files
openstack-helm/playbooks/prepare-hosts.yaml
Vladimir Kozhukalov 34e3615f29 Fix console xtrace for Ansible shell module
After switching to Ansible 11 by default the shell module
in included roles does not send xtrace to the zuul console.
So we run deployment scripts directly in the playbook.

Change-Id: I5a61579ceac4371515f683a4463fb69c7f53a9d0
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
2025-09-23 03:50:02 -05:00

8 lines
88 B
YAML

---
- hosts: all
roles:
- ensure-python
- ensure-pip
- clear-firewall
...