-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
A few spring cleaning things:
- Use ansible debconf module instead of spawning a shell or command to echo some strings (like accepting the Oracle JDK license)
- Verify GPG keys for non-default repos explicitly: https://github.com/arachnafobic/ansible-pg94/blob/master/roles/pgdg/tasks/main.yml#L23
- Delete unused roles (in master we should only have roles we use, as the purpose is to alleviate errors or overhead in commonly used configurations)