Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli authored Jun 1, 2023
1 parent 185c0c1 commit 95be53a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

- name: Setup with Script if package version is not pinned
include_tasks: latest.yml
when: htcondor_package_label is not defined
when: condor_package_label is not defined

- name: Setup with repos if package version is undefined
include_tasks: pinned_version.yml
when: htcondor_package_label is defined and ansible_facts['distribution_major_version']|int < 9
when: condor_package_label is defined and ansible_facts['distribution_major_version']|int < 9
# because this part is not updated to EL9 yet

0 comments on commit 95be53a

Please sign in to comment.