GitLab Content Move

Due to changes in the GitLab free tier plan we moved our group to the parent level. The new URL to the GitLab group is now http://gitlab.com/ansible-ssa.

You might have to update your local git clone with the following command:

# navigate to your local git repo
cd /path/to/my/code
# change upstream origin URL
git remote set-url origin git@gitlab.com:ansible-ssa/<project name>.git
# for example, the main playbook-rhaap project
git remote set-url origin git@gitlab.com:ansible-ssa/playbook-rhaap.git
# or this pages documentation project
git remote set-url origin git@gitlab.com:ansible-ssa/pages.git