Skip to content

Avoid jinja2 templating delimiters usage in when condition#613

Open
vpiserchia wants to merge 2 commits intoansible-collections:masterfrom
vpiserchia:master
Open

Avoid jinja2 templating delimiters usage in when condition#613
vpiserchia wants to merge 2 commits intoansible-collections:masterfrom
vpiserchia:master

Conversation

@vpiserchia
Copy link

SUMMARY

Avoid warning about using jinja2 templating delimiters in when condition.

[WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ dnsmasq_item.when }}

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

ansible-consul collection

Avoid warning:

```
[WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ dnsmasq_item.when }}
```
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