Giter VIP home page Giter VIP logo

Comments (3)

nickjj avatar nickjj commented on July 24, 2024

Hi,

Which version of Ansible are you using?

This looks like a breaking change with a recent version of Ansible because this wasn't an issue back when v2.2.0 shipped.

from ansible-docker.

joekinley avatar joekinley commented on July 24, 2024

This is a problem with ansible 2.9.6 (which I am currently stuck with temporarily).
What fixed it was to change this line: https://github.com/nickjj/ansible-docker/blob/master/tasks/main.yml#L142
I changed it to the following:
meta: "flush_handlers" (Basically just removing the ansible.builtin prefix.
Not ideal, but works for now. Still pending to test whether it works with a newer ansible version

from ansible-docker.

nickjj avatar nickjj commented on July 24, 2024

Ah, that makes sense then.

Part of the changelog for v2.2.0 includes Bump minimum Ansible version to 2.10.0 to start using collection namespaces. That's the Ansible feature that begins using ansible.builtin namespaces.

I'm surprised the other tasks work with ansible.builtin tho.

If I change the meta task to remove the namespace then ansible-lint throws:

fqcn[action-core]: Use FQCN for builtin module actions (meta).
tasks/main.yml:141 Use `ansible.builtin.meta` or `ansible.legacy.meta` instead.

from ansible-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.