OULibraries / ansible-role-d7

Ansible role to configure OU Libraries Drupal operating environment.
MIT License
2 stars 0 forks source link

Add check for existence of remote site to migrate #79

Closed lo5an closed 7 years ago

lo5an commented 8 years ago

Check for remote path on remote host, error out if it isn't present.

Motivation and Context

Script currently inits an empty site if the remote host is present, which is less than ideal. Closes #78.

How Has This Been Tested?

Verified that migrate still works for existing sites, but now fails for nonexistent ones.

jsnshrmn commented 8 years ago

Make sure that you test the condition of a transport issue. We did some kind of remote ssh check before that failed very slowly when there was an ssh connection problem.

lo5an commented 7 years ago

This PR is out of date and incomplete, so I'm going to go ahead and close it.