Skip to content

Commit

Permalink
Issue #1314: Omnia Execution fails when using ansible 2.12.7
Browse files Browse the repository at this point in the history
Signed-off-by: nihalranjan-hpc <[email protected]>
  • Loading branch information
nihalranjan-hpc committed Jul 2, 2022
2 parents 605bb95 + cf8eec0 commit f90b380
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@
enablerepo: "{{ crio_repo }}"
disablerepo: "*"
state: present

- name: Add versionlock cri-o
command: yum versionlock cri-o
args:
warn: false
changed_when: true
when: os_supported_rhel in mgmt_os

- name: Install k8s packages
Expand Down
2 changes: 1 addition & 1 deletion omnia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@
tags: beegfs

- name: Passwordless SSH between manager and compute nodes
include: control_plane/tools/passwordless_ssh.yml
import_playbook: control_plane/tools/passwordless_ssh.yml

0 comments on commit f90b380

Please sign in to comment.