Shane DeRidder
87719a248e
Added condition if ansible is not running on python3
"'3' if ansible_python.version.major == 3" fatally exits on systems with Python versions less than 3. Adding the "else" statement corrects the fatal error.
6 years ago
Dan Arnfield
bc620895ca
Install python3-docker if ansible is running python 3
6 years ago
Slavi Pantaleev
f348370f15
Remove unnecessary update_cache directive / Debian
We've just updated it in the task above, so it's unnecessary
6 years ago
Slavi Pantaleev
c88c0e7e87
Remove unnecessary update_cache directive / CentOS
We've just updated it in the task above, so it's unnecessary
6 years ago
Dan Arnfield
960088752c
Add matrix_docker_package_name
6 years ago
Dan Arnfield
80cfb2a93e
Add matrix_docker_installation_enabled
6 years ago
Dan Arnfield
3cec6947ed
Refactor base server setup tasks
6 years ago