You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
sap-integration config is using a role in ansible/configs/sap-integration/requirements.yml
version: v1.0```
This role has a playbook `https://github.com/linux-system-roles/sap-hana-preconfigure/blob/master/tasks/RedHat/configuration.yml`
which has
`include` module which is been deprecated in Ansible Engine 2.4.
**To Reproduce**
Create a new PR which will result travis test failed.
**Expected behavior**
Travis should pass all tests.
**Screenshots / logs**
```running ansible_syntax
############################################################
Ansible Deprecation Checks
Error: The `include` directive is deprecated in Ansible 2.4.
https://github.com/ansible/ansible/blob/devel/CHANGELOG.md
File: /home/travis/build/redhat-cop/agnosticd/tests/static/../../ansible/configs/sap-integration/roles/sap-hana-preconfigure/tasks/RedHat/configuration.yml
Found: "include: {{ './' + ansible_distribution + '_' + ansible_distribution_major_version + '/recommendations.yml' }}"
Error: The `include` directive is deprecated in Ansible 2.4.
https://github.com/ansible/ansible/blob/devel/CHANGELOG.md
File: /home/travis/build/redhat-cop/agnosticd/tests/static/../../ansible/configs/sap-integration/roles/sap-hana-preconfigure/tasks/SLES/configuration.yml
Found: "include: {{ './' + ansible_distribution + ansible_distribution_major_version + '/recommendations.yml' }}"
The text was updated successfully, but these errors were encountered:
Describe the bug
sap-integration config is using a role in
ansible/configs/sap-integration/requirements.yml
The text was updated successfully, but these errors were encountered: