Skip to content

Fix problems with Ansible playbook in vagrant#218

Open
wolfgang42 wants to merge 1 commit intointernetarchive:masterfrom
wolfgang42:vagrant-fixes
Open

Fix problems with Ansible playbook in vagrant#218
wolfgang42 wants to merge 1 commit intointernetarchive:masterfrom
wolfgang42:vagrant-fixes

Conversation

@wolfgang42
Copy link
Copy Markdown

@wolfgang42 wolfgang42 commented Mar 21, 2021

  • | failed was deprecated in Ansible 2.5 and removed in 2.9
  • The python dpkg alternative doesn't seem to be available by default, but we're only interested in python3 anyway.

With these two changes, vagrant up now runs successfully with the latest version of ubuntu/xenial64 (v20210316.0.0) and Ansible 2.9 (which is not the latest version, just what I happen to have installed).

* `| failed` was (deprecated in Ansible 2.5)[https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.5.html#jinja-tests-used-as-filters] and removed in 2.9
* The `python` dpkg alternative doesn't seem to be available by default, but we're only interested in python3 anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant