Skip to content

Move the correct directory extracted from ansible archive.

Matthieu Gautier requested to merge correct_ansible_move into master

Archives created from branches by framagit are different from the ones created by github. The main directory in the archives generated by framgit contains the sha of the actual commit.

So, we need to use wildcard to match correctly the directory name.

Merge request reports