threatstack / threatstack-ansible

Ansible for installing Threatstack Agent
https://www.threatstack.com
MIT License
23 stars 16 forks source link

apt deprecation warning on Ansible 2.7.x #39

Closed mcase-hpt closed 5 years ago

mcase-hpt commented 5 years ago

When running on Ubuntu 18.04 LTS via Ansible 2.7.4:

TASK [threatstack.threatstack-ansible : python-apt dependency.] *************************************************************************************************************
[DEPRECATION WARNING]: State 'installed' is deprecated. Using state 'present' instead.. This feature will be removed in version 2.9. Deprecation warnings can be disabled by
 setting deprecation_warnings=False in ansible.cfg.
benpatterson commented 5 years ago

This was addressed in #52

Noteworthy though, that there are new deprecation warnings for some variable handling. We'll have to address that one as well. But I'm closing this distinct issue as "resolved".