exastro-suite / it-automation

Exastro IT Automation
Apache License 2.0
18 stars 32 forks source link

【将来的な不具合】非推奨のincludeを利用している #2098

Open sinatommy opened 1 year ago

sinatommy commented 1 year ago

Ansible Playbook を実行時に下記のように include のかわりに、 include_tasks/import_tasks を使うよう推奨されている。 次の Ansible Core 2.16 では消されるらしいので何らかの対応が必要と思われる。

[DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. See https://docs.ansible.com/ansible- core/2.15/user_guide/playbooks_reuse_includes.html for details. This feature will be removed in version 2.16. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

※2系同件issue https://github.com/exastro-suite/exastro-it-automation/issues/1598