Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes applied to the repository:
Remove duplicated playbook
site.yml
appears unused, uses obsoletesudo
syntax and a variablenot used anywhere else in the role. Seems safe to drop the file
Cosmetic changes to README.md
Moved to GitHub flavoured markdown syntax
Use language highlighting
Break long lines
Avoid bare URLs
Update Vagrantfile to Fedora 31
Fedora 31 is available in Hashicorp's Vagrant Cloud
Use consistent indentation, pin vm_box.version, add ansible compatibility mode
Remove unneeded comments
Move to new import syntax
Update python requeriments, improve python detection logic
Install dependencies on a single transaction, move dependencies
definition to vars
Update Travis test playbook, switch to podman
Add simplified Dockerfile for Fedora 31, where systemd is included