-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation warnings #134
base: master
Are you sure you want to change the base?
Deprecation warnings #134
Conversation
make rsyslog_log_files_owner configurable defaulted to root
…deprecation_default_registered_vars SPROD-2822 default loops that use registered vars
Any clue why Travis is showing the following error?
|
I think it was added in Ansible 2.2. If we use that, we'll have to drop support for 1.9 and 2.0. |
@pchaigno, can you think of a fancy way to support all versions? |
This is the same issue as #122. I hit it when moving to 2.1 or 2.2. I don't know of a good way to support all versions. |
I tried a couple of things that did not work:
result with ansible 2.2.0.0:
|
We could probably write our own module to backport |
I concur. @donovan, do you think it's OK to wait until 2.3.0 to move towards |
Should be OK yes, people who have already moved to 2.2 can do what I did and patch their local copy if they want to get rid of the warnings. |
Ansible 2.4 is out, we really need to revisit this. @donovan Could you update your branch to remove Ansible 2.0 and 1.9.1 from the |
use check_mode instead of always_run because of deprecation