erdenezul

Results 14 comments of erdenezul

Green on usb write: 0000 17 03 03 00 b0 4b 77 62 ff a9 03 c1 1e 6f d8 35 0010 93 17 2d 54 ef 63 31 a9...

looking forward to support 0097 driver to work on ubuntu.

I've used this role on aws instance(Ubuntu).

I've tried it on Amazon instance(Ubuntu xenial)

To Reproduce this error: $ ansible-playbook tests/playbook.yml -i vagrant-inventory tests/vars.yml --- postgresql_version: 9.6 postgresql_ext_install_postgis: yes VagrantFile: machine.vm.box = "bento/centos-6.6" Error output: TASK [postgresql : include_vars] ********************************************************************************************************************* ok: [anxs.local] => (item=/home/erdenezul/work/postgresql/vars/../vars/empty.yml)...

In tasks/users.yml, it used as {{item.pass}. So, it should be pass. @Pepan ``` - name: PostgreSQL | Make sure the PostgreSQL users are present postgresql_user: name: "{{item.name}}" password: "{{ item.pass...

@otakup0pe If you would like to change from pass to password for better readable, I want to submit PR

Otherwise, I believe we can close this issue