Skip to content

Commit

Permalink
Update roles/katello_devel/meta/main.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Ewoud Kohl van Wijngaarden <[email protected]>
  • Loading branch information
m-bucher and ekohl authored Oct 2, 2023
1 parent 9bca313 commit dc5ef42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/katello_devel/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies:
- "{{ '--katello-devel-github-username=' + katello_devel_github_username if katello_devel_github_username is defined else '' }}"
- "--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') }}"
- "--katello-devel-rex-scm-revision={{ foreman_remote_execution_scm_version is defined | ternary(foreman_remote_execution_scm_version, 'master') }}"
- "--katello-devel-rex-scm-revision={{ foreman_remote_execution_scm_version|default('master') }}"
- role: customize_home

0 comments on commit dc5ef42

Please sign in to comment.