[ansible-project] help with templating

2014-05-07 Thread Makimoto Marakatti
Hi My latest roadblock is trying to template sudoers. And I can't figure out why this won't work: My playbook calling the role is simple enough: --- - hosts: host1 sudo: True gather_facts: no roles: - { role: myrole, sudoers: true, altsudoers: false } And the tasks/main.yml goes

Re: [ansible-project] help with templating

2014-05-07 Thread Brian Coca
add full path to visudo in validate, its failing to find it​ -- You received this message because you are subscribed to the Google Groups Ansible Project group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To

Re: [ansible-project] help with templating

2014-05-07 Thread Makimoto Marakatti
That was the issue indeed. Thanks! On Wednesday, 7 May 2014 13:22:43 UTC+1, Brian Coca wrote: add full path to visudo in validate, its failing to find it​ -- You received this message because you are subscribed to the Google Groups Ansible Project group. To unsubscribe from this group and