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

Unrecognized type <<class 'ansible.template.AnsibleUndefined'>> for ipwrap filter <value> #41

Open
minhden11hcm opened this issue Feb 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@minhden11hcm
Copy link

  • hosts: localhost
    become: no
    connection: local
    tasks:
    • name: "create temp file to upload S3"
      ansible.builtin.template:
      src: ./roles/k3s/node/templates/k3s.service.j2
      dest: ./roles/k3s/node/templates/k3s-node.service.j2
      mode: 0755

when run ansible-play book i got error

Unrecognized type <<class 'ansible.template.AnsibleUndefined'>> for ipwrap filter

@minhden11hcm minhden11hcm added the bug Something isn't working label Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant