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

removed sudo #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

removed sudo #2

wants to merge 3 commits into from

Conversation

michakrause
Copy link

ansible: "sudo is incompatible with include"

probably somthing changed in newer ansible versions

Micha Krause and others added 3 commits January 31, 2020 10:27
ansible: "sudo is incompatible with include"

probably somthing changed in newer ansible versions
Remove the following warnings from ansible-playbook:

  TASK [semodule : checkmodule] *************************************************
  Thursday 15 April 2021  20:03:57 +0200 (0:00:00.886)       0:04:07.711 ********
    [WARNING]: conditional statements should not include jinja2 templating
    delimiters such as {{ }} or {% %}. Found: {{ item.changed }}

  Same for "TASK [semodule : semodule_package]" and "TASK [semodule : semodule]".

  I think we need to change the lines
    when: "{{ item.changed }}"
  to
    when: item.changed
Conditional statements should not include jinja2 templating delimiters
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

Successfully merging this pull request may close these issues.

1 participant