Remove leftover comment from mysql.

This commit is contained in:
Brian Lee 2023-08-10 09:15:19 -07:00
parent 6b7fbeb290
commit ed0cb57827

View File

@ -23,16 +23,3 @@ postgresql_databases:
owner: wikijs
state: present
```
In this example, there are two users because both `localhost` and `%` (all-hosts wildcard) are [mutually exclusive](https://stackoverflow.com/q/10823854/9290). I am also using environment variables to separate secret stores from the repository.
## PG 15
I'm temporarily using this branch to get PG15:
```yaml
# - src: https://github.com/ANXS/postgresql
- src: https://github.com/VladDm93/postgresql
version: postgres-14-15-support
name: anxs.postgresql
```