File tree Expand file tree Collapse file tree
tests/ansible/playbooks/upgrade Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 hosts : all
77 gather_facts : false
88 vars :
9- upgrade_sandbox : tmachine- upgrade-existing
10- post_upgrade_sandbox : tmachine- upgrade-new
9+ upgrade_sandbox : upgrade-existing
10+ post_upgrade_sandbox : upgrade-new
1111 user_systemd_environment :
1212 XDG_RUNTIME_DIR : /run/user/1000
1313 DBUS_SESSION_BUS_ADDRESS : unix:path=/run/user/1000/bus
1414 tasks :
15+ - name : Wait for SSH
16+ ansible.builtin.wait_for_connection :
17+
1518 - name : Exercise prerelease baseline and upgrade candidate
1619 block :
1720 - name : Read expected source package version
Original file line number Diff line number Diff line change 66 hosts : all
77 gather_facts : false
88 vars :
9- upgrade_sandbox : tmachine- upgrade-existing
10- post_upgrade_sandbox : tmachine- upgrade-new
9+ upgrade_sandbox : upgrade-existing
10+ post_upgrade_sandbox : upgrade-new
1111 user_systemd_environment :
1212 HOME : /home/tmachine
1313 XDG_RUNTIME_DIR : /run/user/1000
1414 DBUS_SESSION_BUS_ADDRESS : unix:path=/run/user/1000/bus
1515 tasks :
16+ - name : Wait for SSH
17+ ansible.builtin.wait_for_connection :
18+
1619 - name : Exercise prerelease baseline and RPM upgrade candidate
1720 block :
1821 - name : Read expected source package versions
You can’t perform that action at this time.
0 commit comments