You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task keeps reporting 'changed' even though the ipv6_defaultrouter variable is well and truly gone from /etc/rc.conf. I'd rather not revert to using lineinfile for this task but I'm out of ideas. Help?
The text was updated successfully, but these errors were encountered:
I'm using your sysrc module in my networking role and it works just great, except in a single spot:
- name: Remove statically configured IPv6 gateway sysrc: dest: /etc/rc.conf name: ipv6_defaultrouter state: absent when: networking_ipv6_gateway is undefined notify: Restart networking
This task keeps reporting 'changed' even though the ipv6_defaultrouter variable is well and truly gone from /etc/rc.conf. I'd rather not revert to using lineinfile for this task but I'm out of ideas. Help?
The text was updated successfully, but these errors were encountered: