diff options
author | Serge Simard <serge@agilitae.com> | 2019-05-17 06:39:58 -0400 |
---|---|---|
committer | Serge Simard <serge@agilitae.com> | 2019-05-27 16:24:48 -0400 |
commit | a3d9ac859fa47f2aa2849160e08c7a3c1048589e (patch) | |
tree | 2274828bb493be8e9c59aa1ee1e502644d9909b0 /ms/blueprintsprocessor/functions/pom.xml | |
parent | acbcd280dc9d04ed303ed994872a0f3ba6adbab3 (diff) |
Remote AWX ansible playbook executor
Issue-ID: CCSDK-1357
Change-Id: I794ce5450b341606829a1a37d9efed48abab32cc
Signed-off-by: Serge Simard <serge@agilitae.com>
Diffstat (limited to 'ms/blueprintsprocessor/functions/pom.xml')
-rwxr-xr-x | ms/blueprintsprocessor/functions/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/functions/pom.xml b/ms/blueprintsprocessor/functions/pom.xml index a635c9f4c..9983b01a7 100755 --- a/ms/blueprintsprocessor/functions/pom.xml +++ b/ms/blueprintsprocessor/functions/pom.xml @@ -29,6 +29,7 @@ <description>Blueprints Processor Functions</description> <modules> <module>resource-resolution</module> + <module>ansible-awx-executor</module> <module>python-executor</module> <module>netconf-executor</module> <module>restconf-executor</module> |