Skip to content
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

Update deprecated include statements #166

Closed
manuelprinz opened this issue Mar 6, 2018 · 1 comment
Closed

Update deprecated include statements #166

manuelprinz opened this issue Mar 6, 2018 · 1 comment
Labels

Comments

@manuelprinz
Copy link
Contributor

Ansible 2.4 issues a warning because the include module is deprecated and will be removed in Ansible 2.8. To keep this module working the includes should be replaced by their recommended counterparts. I've not checked all the possible versions yet but import_playbook might be a fit. For more information see http://docs.ansible.com/ansible/latest/include_module.html.

Because 2.8 is far away still, I'm not sure when this should be implemented. I can do it once I find a few cycles to spare but this might break all current versions and bump the required Ansible version to 2.4. (In case the new modules where introduced just then; I did not check.)

Best,

Manuel

@rndmh3ro
Copy link
Member

Hey Manuel,

thanks for bringing this up.
We already changed some things, see here: 15b0c17

However we did not release a new version to galaxy yet, that includes this.

Are there any other places we missed it?

@rndmh3ro rndmh3ro closed this as completed Sep 2, 2018
@rndmh3ro rndmh3ro added the bug label Sep 2, 2018
rndmh3ro added a commit that referenced this issue Jul 24, 2020
divialth pushed a commit to divialth/ansible-collection-hardening that referenced this issue Aug 3, 2022
…hroot

Implement disabling chroot for sftp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants