AlmaLinux / AlmaLinux/Hardware-Certification-Suite

Deprecated include syntax used in Ansible

Open
#7 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
6
Forks
5
PR merge metrics
No merged PRs in 30d

Description

```
$ ansible-playbook -i 192.168.122.191, automated.yml --tags isv-mariadb

changed: [root@192.168.122.191 -> localhost]
ERROR! [DEPRECATED]: ansible.builtin.include has been removed. Use include_tasks or import_tasks instead. This feature was removed from ansible-core in a release after 2023-05-16. Please update your playbooks.
```

```
$ ansible --version
ansible [core 2.16.0b2]
config file = /home/dan/repos/Hardware-Certification-Suite/ansible.cfg
configured module search path = ['/home/dan/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.12/site-packages/ansible
ansible collection location = /home/dan/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/bin/ansible
python version = 3.12.0 (main, Oct 2 2023, 00:00:00) [GCC 13.2.1 20230918 (Red Hat 13.2.1-3)] (/usr/bin/python3)
jinja version = 3.1.2
libyaml = True
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.