1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules
Alexhha 99aafcc8ca Update postgresql_user.py (#45146)
* Update postgresql_user.py

md5sum generates output with hypen. Something like the following
```
$ echo "md5$(echo -n 'verysecretpasswordJOE' | md5sum)"
md5d011966da94d776cf59bf6dbde240e5d  -
```

We need to remove hyphen from the output. Also the command by itself is incorrect

```
echo "md5$(echo -n 'verysecretpasswordJOE' | md5sum")
```

double quotes must be after right parenthesis

```
echo "md5$(echo -n 'verysecretpasswordJOE' | md5sum)"
```

+label: docsite_pr

* Update postgresql_user.py

Add curly braces
2018-09-10 16:00:18 -04:00
..
cloud VMware: exclude start_connected from host customization check (#40990) 2018-09-10 16:15:47 +05:30
clustering Use a sensible default for k8s merge_type (#45284) 2018-09-08 10:08:09 +10:00
commands
crypto
database Update postgresql_user.py (#45146) 2018-09-10 16:00:18 -04:00
files Update copy.py (#45393) 2018-09-10 04:05:34 +02:00
identity
inventory
messaging
monitoring
net_tools
network meraki_network - Fix enabling my.meraki.com (#45352) 2018-09-09 20:31:35 +02:00
notification
packaging
remote_management
source_control
storage not sure if typo or pun. (#45358) 2018-09-07 13:29:19 -04:00
system Add Sangoma linux (#45430) 2018-09-10 14:20:22 -04:00
utilities
web_infrastructure tower_credential: expect ssh_key_data to be a string instead of path (#45158) 2018-09-07 13:41:09 -04:00
windows
__init__.py