Daniel Brennand

Results 69 comments of Daniel Brennand

In the past, I used the `{% raw %}` approach and it worked fine.

> Having the same issue here. How would be the right way to set it trough a `--set` ? Have tried but I do not get having netbox listen on...

Hi @ssbarnea - Tested the [latest](https://github.com/ansible/ansible-lint/releases/tag/v24.10.0) `ansible-lint` release - unfortunately, I'm still seeing this issue. ``` # Ensure ansible-compat cache is clear rm -rf ~/.cache/ansible-compat/ ❯ cat requirements.txt ansible-core==2.18.0 ansible-lint==24.10.0...

As a workaround for this issue, in my CI/CD pipeline I have the following as part of my job: ``` if [[ -f "ansible/galaxy.yml" ]]; then yq -r '.dependencies |...

Good news! I think this was fixed in Ansible-Lint v25.8.1 by #4722 🙂 I can no longer reproduce this with the same repro example. ``` ❯ uv pip list |...

Hi @ssbarnea I think the below error in the pre-commit hook for `mypy` is a false positive? ``` src/ansiblelint/rules/yaml_rule.py:69: error: Item "None" of "RulesCollection | None" has no attribute "app"...

Hi @maryam4s26 - Deployment of AWX is now driven by the [AWX Operator](https://ansible.readthedocs.io/projects/awx-operator/en/latest/index.html#contributing) on Kubernetes. AFAIK Docker Compose deployments of AWX are used strictly for development of the project only...

> Hi @ayr-ton , > > > > I'm not sure if I got the same issue. But it seems i get some problems with cgroup as well, using `cgroup2fs`...

Hi @lokkju You can use the example I have here: https://github.com/dbrennand/home-ops/blob/main/ansible/vars/k3s-deploy.yml If this resolves your query kindly mark this issue as resolved. Thanks! ☺️