Skip to content

Commit

Permalink
Use and/or in upgrade pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Sep 11, 2023
1 parent 0e66c9f commit 9e59f15
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 @@ -20,7 +20,7 @@
scenario_os: "{{ pipeline_os }}"
scenario_version: "{{ forklift_upgrade_version_intermediate }}"
- role: update_tomcat
when: (pipeline_type == 'katello' || pipeline_type == 'luna') && pipeline_os == 'centos8-stream'
when: (pipeline_type == 'katello' or pipeline_type == 'luna') and pipeline_os == 'centos8-stream'
- foreman_server_repositories
- role: foreman_installer
foreman_installer_skip_installer: "{{ true if forklift_upgrade_version_start == forklift_upgrade_version_intermediate else false }}"

0 comments on commit 9e59f15

Please sign in to comment.