AlmaLinux / AlmaLinux/Hardware-Certification-Suite
Deprecated include syntax used in Ansible
- Ngôn ngữ chính
- Shell
- Star
- 6
- Fork
- 5
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
```
$ 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
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.