Create consistency by using the ansible_facts['somefact'] syntax everywhere.
release_repo.status needs to be checked after distribution.
If ansible_distribution is Ubuntu the role will check if there is a dedicated repo matching the ansible_distribution_release. If this is not the case but the ansible_distribution_major_version is 18, the repo for the bionic release will be used.
Add Arch Linux support