StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 75 forks source link

Fix deprecated warnings with Ansible 2.7 #208

Closed arhue closed 5 years ago

arhue commented 5 years ago

This PR fixes two issues:

  1. Referenced in issue: https://github.com/StackStorm/ansible-st2/issues/203
  2. Use state=present instead of state=installed for apt/yum module.

Closes #203

arhue commented 5 years ago

Thank you! :)

arhue commented 5 years ago

@armab Someone told me here: https://github.com/angstwad/docker.ubuntu/pull/223 that this could bump Ansible version to 2.3. I couldn't find anything in the docs to support this. Any idea if this is true? If so, I can create an another PR to bump the Ansible version.

arm4b commented 5 years ago

@arhue Great point RE minimum v2.3 support. Yes, that would be absolutely welcome!