- import_playbook: common_deploy_steps_playbooks.yaml vars: deploy_source_host: "Undercloud:Standalone" deploy_target_host: "standalone" - hosts: Standalone name: Run pre-upgrade rolling tasks serial: 1 gather_facts: "{{ gather_facts | default(false) }}" any_errors_fatal: yes tasks: - include_tasks: pre_upgrade_rolling_steps_tasks.yaml with_sequence: start=0 end=0 loop_control: loop_var: step