alvistack/ansible-role-cri_o

Instructions are missing a step for install

Closed this issue · 2 comments

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