ARTbio / GalaxyKickStart

Ansible playbooks for Galaxy Server deployment
GNU General Public License v3.0
24 stars 22 forks source link

Apt ansible #329

Closed drosofff closed 5 years ago

drosofff commented 5 years ago

The key of this pr is that installation of postgresql with apt in the dockerized upstream role ansible-galaxy-os (docker artbio/ansible-galaxy-os) requires now for a dowstream docker build to declare /etc/postgresql owned by postgresql:postgresql.

Other adjustment is the use of ansible 2.7.4 (apt installed) that required to remove some --sudo and co directives in the ansible-playbook command line

drosofff commented 5 years ago

So cool that this PR works :rainbow: