Dan Mills

Results 154 comments of Dan Mills

I think a better way of doing this would be to create a file in vars called Debian.yml with the line `certbot_auto_renew: false`. @geerlingguy's roles will pull from vars files...

@geerlingguy I know you are very busy but this is a very simple fix that has been sitting for a long time. Can you either accept this PR or add...

@darryllee I know it's an old post but in case anyone else comes around. The reason you got that error message is `dhcp-option=6` is not the same as `dhcp-option=option6:dns-server`. The...

AURDEST is unset I haven't made any changes to my config it started happening as much as I can tell after a recent update. ```json { "aururl": "https://aur.archlinux.org", "buildDir": "~/.cache/yay",...

I'm not sure how the dirs got set to ~ but it appears it must not be expanding that

Lookup plugins run on the control machine, ie they already run on local host https://docs.ansible.com/ansible/latest/plugins/lookup.html > Like all templating, these plugins are evaluated on the Ansible control machine, not on...

The point I'm trying to make is you are dealing with limitations of Ansible, not this plugin. Lookups don't support delegation https://github.com/ansible/ansible/issues/14940. However you can run lookups in the vars...

It is an issue with Ansible that lookups aren't cached

@quinot I made the statement that nothing is happening because PR #26 has been available since December of last year with no comments from you haven't made any updates since...