ci-for-research / self-hosted-runners

Recipe to install and configure a GitHub action runner using Ansible
Apache License 2.0
17 stars 9 forks source link

ubuntu virtualbox run-through notes #75

Closed sverhoeven closed 4 years ago

sverhoeven commented 4 years ago
jspaaks commented 4 years ago

sudo apt install ansible installed version from ubuntu archive instead of ansible ppa.

That's what I tried first (on 18.04), but I subsequently experienced problems which I attributed to that being an old version of Ansible (2.5? not sure). I would prefer to install from ubuntu repos, so maybe we should just explicityl state that the instructions are for 20.04 only.

jspaaks commented 4 years ago