Try not specifying artifacts location

It looks like the artifacts might not have been going to the correct
place based on the reported errors. So try using the default value instead
of the one from the examples.
This commit is contained in:
Bruno Wolff III 2019-05-21 13:48:15 -05:00
parent 8fb4d38c98
commit 0a03e389c6

View File

@ -1,7 +1,5 @@
--- ---
- hosts: localhost - hosts: localhost
vars:
- artifacts: ./artifacts
tags: tags:
- classic - classic
remote_user: root remote_user: root