Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make CI work under Ubuntu 20 #134

Merged
merged 1 commit into from Jul 14, 2020
Merged

Make CI work under Ubuntu 20 #134

merged 1 commit into from Jul 14, 2020

Conversation

phansch
Copy link
Owner

@phansch phansch commented Jul 13, 2020

Fixes #125

@phansch
Copy link
Owner Author

phansch commented Jul 13, 2020

https://github.com/FGtatsuro/ansible-vagrant fails to install because it attempts to install a python-pip package which doesn't exist in Ubuntu 20.04

@phansch
Copy link
Owner Author

phansch commented Jul 13, 2020

Disabled the ansible-vagrant installation for now.

Next up: shutter is not available in the ubuntu 20.04 repos anymore.

@phansch
Copy link
Owner Author

phansch commented Jul 13, 2020

Getting a weird failure with cron:

TASK [Backup cron] *************************************************************

fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to find required executable crontab in paths: /code/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"}

But crontab should be installed with 43f7d83?

@phansch
Copy link
Owner Author

phansch commented Jul 14, 2020

Next error: fatal: [localhost]: FAILED! => {"changed": false, "msg": "crontab: user 'phansch' unknown\n"}}

@phansch phansch merged commit 8431152 into main Jul 14, 2020
@phansch phansch deleted the ubuntu20 branch July 14, 2020 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make CI pass under Ubuntu 20.04
1 participant