Skip to content

Commit a6e1243

Browse files
committed
only applies to RL9 for now
1 parent 9ef7d69 commit a6e1243

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environments/.stackhpc/hooks/post.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@
2020
ansible.builtin.include_role:
2121
name: release_train
2222
tasks_from: revert_repos.yml
23+
when: ansible_distribution_major_version == "9" #TODO update role once RL8 config decided

environments/.stackhpc/hooks/pre.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@
2525
ansible.builtin.include_role:
2626
name: release_train
2727
tasks_from: set_repos.yml
28+
when: ansible_distribution_major_version == "9" #TODO update role once RL8 config decided

0 commit comments

Comments
 (0)