Initialize the project submodules

Change-Id: I822404dd1d44b4593a60e473f167a711975168ae
This commit is contained in:
Logan V 2018-09-12 17:04:23 -06:00
parent df3372e653
commit 7bab1df116
1 changed files with 5 additions and 0 deletions

View File

@ -31,3 +31,8 @@
SSH_AUTH_SOCK: "{{ ssh_agent_sock }}"
- name: Remove the SSH private key from disk
command: "shred -u {{ ssh_private_key_tmp.path }}"
# Prepare the submodules
- name: Init the submodules
command: git submodule update --init
args:
chdir: "{{ lsn_ci_src_path }}"