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 ?

Thank you

-- 
“One original thought is worth a thousand mindless quotings.”
“Le vrai n'est pas plus sûr que le probable.”

                                              Diogene Laerce


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to