fix(git_config): again! ensure cloned ansible-roles has submodules init

!9
This commit is contained in:
2023-05-26 15:34:57 +09:30
parent 30797b4577
commit 318a91ce6d

View File

@ -15,7 +15,7 @@ RUN apt update \
RUN git clone -b development --depth 1 https://gitlab.com/nofusscomputing/projects/ansible-roles.git /tmp/ansible-roles \
&& cd /tmp/ansible-roles \
&& git submodule init
&& git submodule update --init