"Ok I didn't see that the syntax had changed." I'm not following the above. What did you do to get around the above?
On Sun, Nov 2, 2014 at 8:30 AM, 'Diogene Laerce' via Ansible Project < [email protected]> wrote: > > On 11/02/2014 01:49 PM, 'Diogene Laerce' via Ansible Project wrote: > > Hi, > > > > I try to run this in a dedicated playbook test.yml : > > > > --- > > - hosts: localhost > > tasks: > > - name: Create Django user for database > > sudo: yes > > sudo_user: postgres > > postgresql_user: > > > user=django > > password=django > > role_attr_flags=CREATEDB,NOSUPERUSER,NOCREATEROLE > > > > ansible-playbook -K test.yml, I then enter the password and I get this > > in return : fe_sendauth : no password supplied > > > > I don't understand why, does anyone ? > > Ok I didn't see that the syntax had changed. > > Thank you > > -- > “One original thought is worth a thousand mindless quotings.” > “Le vrai n'est pas plus sûr que le probable.” > > Diogene Laerce > > > -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CA%2BnsWgzFLSGmvE%2BafNgmT1bZXbxiTejzBFO%2B5Jip9O0uJ1k3Rw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
