Add base.yaml to kick.sh

There are things in base that are needed. Add them to kick.sh.

Change-Id: I94a92cd98fa62552df40b73976bcec764c66ebec
This commit is contained in:
Monty Taylor 2018-08-16 18:03:23 -05:00
parent c4ae268492
commit 2e6e67e8d2
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -14,5 +14,7 @@
# License for the specific language governing permissions and limitations
# under the License.
ansible-playbook -f1 --limit $1 \
/opt/system-config/production/playbooks/remote_puppet_adhoc.yaml
for playbook in base.yaml remote_puppet_adhoc.yaml ; do
ansible-playbook -f1 --limit $1 \
/opt/system-config/production/playbooks/$playbook
done