Skip to content

Commit

Permalink
Fix installation of non-develop katello-devel box
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bucher committed Aug 31, 2023
1 parent ddc5af7 commit 0e80530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/katello_devel/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ dependencies:
- "--katello-devel-admin-password {{ foreman_installer_admin_password }}"
- "{{ '--katello-devel-github-username=' + katello_devel_github_username if katello_devel_github_username is defined else '' }}"
- "--katello-devel-extra-plugins theforeman/foreman_remote_execution"
- "--katello-devel-foreman-scm-revision={{ foreman_repositories_version is defined | ternary(foreman_repositories_version + '-stable', 'develop') }}"
- "--katello-devel-katello-scm-revision={{ katello_repositories_version is defined | ternary('KATELLO-' + katello_repositories_version, 'master') }}"
- role: customize_home

0 comments on commit 0e80530

Please sign in to comment.