Skip to content

Commit

Permalink
fully skip installer role when start == intermediate
Browse files Browse the repository at this point in the history
otherwise it'd still try to `yum update` and run into issues
  • Loading branch information
evgeni authored and ekohl committed Apr 26, 2024
1 parent f1d43a0 commit 01b7f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/upgrade/05-server_to_intermediate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
scenario_version: "{{ forklift_upgrade_version_intermediate }}"
- foreman_server_repositories
- role: foreman_installer
foreman_installer_skip_installer: "{{ true if forklift_upgrade_version_start == forklift_upgrade_version_intermediate else false }}"
when: forklift_upgrade_version_start != forklift_upgrade_version_intermediate

0 comments on commit 01b7f7c

Please sign in to comment.