blob: 44803fda0a92d4b4f3b349511ef93c90f50dc1ec [file] [log] [blame]
#!/bin/bash
# Install ansible and ansible lint, don't want these in the project reqs
sudo apt-get install -y ansible ansible-lint
cd ${ROOTDIR}
# We need the manifest group 'ops' so some extra work required here.
git config --global user.email "you@example.com"
git config --global user.name "Nobody"
repo init --verbose -g 'default,internal,ops'
repo sync
cd ${ROOTDIR}/ops
ansible-lint ansible