You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I did some more digging and I created a test playbook using just the code that is currently in use by the playbook. I hard coded the variables for my environment and ran the playbook:
What I noticed when it was done is that it returned a gz file in the dest directory:
$ ls /tmp/maas_backup/
dump.sql.gz
So it seems to me that the reason the playbook fails is that ansible is not fully unarchiving the .tgz file and then expects there to be data in the {backup-dir}/etc/maas section.
The text was updated successfully, but these errors were encountered: