openstack-ansible-os_zun/examples/playbook.yml
Dmitriy Rabotyagov 3f5e776ee2 Fix indent in example playbook
This patch aims to fix linters job

Change-Id: Ia25e686e49a4e18db44be7b1add3d1e6869b5e6c
2023-10-14 10:47:41 +02:00

21 lines
320 B
YAML

---
- name: Gather zun facts
hosts: zun_all
gather_facts: True
tags:
- always
- name: Install zun services
hosts: zun_all
gather_facts: False
serial:
- 1
- "100%"
user: root
environment: "{{ deployment_environment_variables | default({}) }}"
tags:
- zun
roles:
- role: "os_zun"