ansible-requirements-updater
ansible-requirements-updater copied to clipboard
Update your requirements.yml with this grisly Ansible playbook.
It's bad enough this playbook can wreck a role requirements file. Let's make it so it can handle a list of collections, too. Example `requirements.yml` that is currently slashed in...
Because, you know, testing is good. If you're going to have one of the worlds most disgusting playbooks, laden with tons of Jinja and Pythonic hacks marked up in YAML......
I just ran this on `drupal-vm` today and got: ``` - name: geerlingguy.java - version: 1.10.0 + version: 1.9.7 ``` So... the version comparison is definitely not working as planned.