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

Ansible yaml configuration must use include_tasks #246

Open
jasoncunning opened this issue Aug 20, 2024 · 0 comments
Open

Ansible yaml configuration must use include_tasks #246

jasoncunning opened this issue Aug 20, 2024 · 0 comments

Comments

@jasoncunning
Copy link

For newer versions of Ansible, the keyword "include" has to be replaced with "include_tasks" in the yaml configuration to make the ansible installation of the data node work. i.e.:

  • name: Install THREDDS
  • include: thredds_install.yml
  • include_tasks: thredds_install.yml
    when: "'data' in group_names and thredds_enabled"

My version of ansible/pythong:

$>ansible --version
ansible [core 2.17.0]
...
python version = 3.12.3 | packaged by Anaconda, Inc. | (main, May 6 2024, 14:46:42) [Clang 14.0.6 ]

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

No branches or pull requests

1 participant