Mischa ter Smitten
Mischa ter Smitten
Maybe something like this? ``` # git diff diff --git a/defaults/main.yml b/defaults/main.yml index 37730c6..e9d0ccd 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -23,3 +23,15 @@ ufw_etc_default_ipt_modules: - nf_conntrack_ftp - nf_nat_ftp - nf_conntrack_netbios_ns...
With some really simple templates like this: https://github.com/Oefenweb/ansible-dnsmasq/blob/master/templates/etc/dnsmasq.conf.j2
Which are only templated when `ufw_etc_ufw_*_manage: true`
Configuration can be done like this: ``` ufw_etc_ufw_before_manage: true ufw_etc_ufw_before6_rules: - | # # rules.before # # Rules that should be run before the ufw command line added rules. Custom...
Have you tried changing it to: ``` ansible@myhost:~/testing$ cat group_vars/lxd_containers --- # https://github.com/Oefenweb/ansible-ufw ufw_rules: [] ```
When we are upgraded :-)
> As pycharm_downloads_path it has a precedence of 15, right? Yes > How do you overwrite this value properly? You're not, this was never intended > It appears to be...
There're already checks in place. See https://github.com/Oefenweb/ansible-pycharm/blob/master/tasks/main.yml#L43 But they might be failing. Can you have a look?
Apparently that was added in https://github.com/Oefenweb/ansible-nodejs/commit/97d46020224617b7b6fe31fbf77ad020b090255f#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5, but it's not true.