We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TASK [galaxyprojectdotorg.galaxy : Instantiate mutable configuration files] **** failed: [localhost] (item={u'dest': u'/galaxy/migrated_tools_conf.xml', u'src': u'/galaxy/config/migrated_tools_conf.xml.sample'}) => {"ansible_loop_var": "item", "changed": true, "cmd": ["cp", "/galaxy/config/migrated_tools_conf.xml.sample", "/galaxy/migrated_tools_conf.xml"], "delta": "0:00:00.305767", "end": "2019-08-09 17:39:02.255266", "item": {"dest": "/galaxy/migrated_tools_conf.xml", "src": "/galaxy/config/migrated_tools_conf.xml.sample"}, "msg": "non-zero return code", "rc": 1, "start": "2019-08-09 17:39:01.949499", "stderr": "cp: cannot stat '/galaxy/config/migrated_tools_conf.xml.sample': No such file or directory", "stderr_lines": ["cp: cannot stat '/galaxy/config/migrated_tools_conf.xml.sample': No such file or directory"], "stdout": "", "stdout_lines": []} failed: [localhost] (item={u'dest': u'/galaxy/shed_data_manager_conf.xml', u'src': u'/galaxy/config/shed_data_manager_conf.xml.sample'}) => {"ansible_loop_var": "item", "changed": true, "cmd": ["cp", "/galaxy/config/shed_data_manager_conf.xml.sample", "/galaxy/shed_data_manager_conf.xml"], "delta": "0:00:00.333531", "end": "2019-08-09 17:39:02.741726", "item": {"dest": "/galaxy/shed_data_manager_conf.xml", "src": "/galaxy/config/shed_data_manager_conf.xml.sample"}, "msg": "non-zero return code", "rc": 1, "start": "2019-08-09 17:39:02.408195", "stderr": "cp: cannot stat '/galaxy/config/shed_data_manager_conf.xml.sample': No such file or directory", "stderr_lines": ["cp: cannot stat '/galaxy/config/shed_data_manager_conf.xml.sample': No such file or directory"], "stdout": "", "stdout_lines": []} failed: [localhost] (item={u'dest': u'/galaxy/shed_tool_data_table_conf.xml', u'src': u'/galaxy/config/shed_tool_data_table_conf.xml.sample'}) => {"ansible_loop_var": "item", "changed": true, "cmd": ["cp", "/galaxy/config/shed_tool_data_table_conf.xml.sample", "/galaxy/shed_tool_data_table_conf.xml"], "delta": "0:00:00.312092", "end": "2019-08-09 17:39:03.237230", "item": {"dest": "/galaxy/shed_tool_data_table_conf.xml", "src": "/galaxy/config/shed_tool_data_table_conf.xml.sample"}, "msg": "non-zero return code", "rc": 1, "start": "2019-08-09 17:39:02.925138", "stderr": "cp: cannot stat '/galaxy/config/shed_tool_data_table_conf.xml.sample': No such file or directory", "stderr_lines": ["cp: cannot stat '/galaxy/config/shed_tool_data_table_conf.xml.sample': No such file or directory"], "stdout": "", "stdout_lines": []}
The text was updated successfully, but these errors were encountered:
Should I just create empty files from the old samples @natefoo?
Sorry, something went wrong.
xref galaxyproject/galaxy#921
No, they'll be created on demand. The role doesn't need to precreate these anymore for releases >= 19.09.
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: