alvistack / ansible-role-cri_o

Ansible Role for CRI-O Installation
Apache License 2.0
21 stars 6 forks source link

Instructions are missing a step for install #1

Closed kungfoome closed 4 years ago

kungfoome commented 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
hswong3i commented 4 years ago

@kungfu71186 OMG how silly am I... Will create PR for CRI-O

hswong3i commented 4 years ago

Fixed by https://github.com/cri-o/cri-o/pull/3715