galaxyproject / usegalaxy-playbook

Ansible Playbook for usegalaxy.org
Academic Free License v3.0
30 stars 24 forks source link

Fix bug: paratus_aws_secret_access_key is undefined on test #380

Closed jdavcs closed 7 months ago

jdavcs commented 7 months ago

Fix for this:

changed: [cvmfs0-psu1.galaxyproject.org] => (item={'src': 'templates/galaxy/config/job_conf.yml.j2', 'dest': '/tmp/ansible_usegalaxy_cvmfs_galaxy_config_dir_Aojy9b/job_conf.yml'})
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible.errors.AnsibleUndefinedVariable: 'paratus_aws_secret_access_key' is undefined. 'paratus_aws_secret_access_key' is undefined
failed: [cvmfs0-psu1.galaxyproject.org] (item={'src': 'templates/galaxy/config/file_sources_conf.yml.j2', 'dest': '/tmp/ansible_usegalaxy_cvmfs_galaxy_config_dir_Aojy9b/file_sources_conf.yml'}) => {"ansible_loop_var": "item", "changed": false, "item": {"dest": "/tmp/ansible_usegalaxy_cvmfs_galaxy_config_dir_Aojy9b/file_sources_conf.yml", "src": "templates/galaxy/config/file_sources_conf.yml.j2"}, "msg": "AnsibleUndefinedVariable: 'paratus_aws_secret_access_key' is undefined. 'paratus_aws_secret_access_key' is undefined"}