Update dockerfile

This commit is contained in:
qiaofeng1227 2021-12-20 11:09:33 +08:00 committed by GitHub
parent 4723feba37
commit 5f66606ff4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ RUN git clone https://github.com/Websoft9/role_common
RUN ansible-playbook role_common/tests/test.yml
# download template of role, it's to run the tasks of you want to test
RUN git clone https://github.com/Websoft9/role_test
RUN git clone https://github.com/Websoft9/role_template
VOLUME "/ansible"