Closed kungfoome closed 4 years ago
Need to cd into the newly created directory and then clone the repo
sudo su - mkdir -p ~/.ansible/roles cd ~/.ansible/roles <------------------------- git clone https://github.com/alvistack/ansible-role-cri_o.git cri_o cd ~/.ansible/roles/cri_o pip3 install --upgrade --ignore-installed --requirement requirements.txt molecule converge molecule verify
@kungfu71186 OMG how silly am I... Will create PR for CRI-O
Fixed by https://github.com/cri-o/cri-o/pull/3715
Need to cd into the newly created directory and then clone the repo