1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-03-09 23:38:54 +00:00

Add support for custom modules

This commit is contained in:
Mumshad Mannambeth 2017-06-27 23:27:22 -04:00
parent d287b8cb6d
commit c8ac97657e
6 changed files with 354 additions and 22 deletions

View file

@ -58,3 +58,5 @@ USER root
RUN chown -R app_user /data/web-app
ENTRYPOINT gulp serve
COPY helpers/module_template.py /opt/ehc-builder-scripts/ansible_modules/template.py