aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/moon/roles/moon/tasks/main.yml
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2017-07-28 04:11:43 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-28 04:11:43 +0000
commit4a59daec53faa8686d782e5f6ba1cdc1d304950d (patch)
treeda8af996c1588a89442645ad3376bf6098217a71 /plugins/moon/roles/moon/tasks/main.yml
parentef7fcad91a146edf21a5a6600f7ec4067f844fbc (diff)
parent1edb67f913276eec2dad1adae80a3ac3d9a5356c (diff)
Merge "Add moonv4 into Compass4nfv"
Diffstat (limited to 'plugins/moon/roles/moon/tasks/main.yml')
-rw-r--r--plugins/moon/roles/moon/tasks/main.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/moon/roles/moon/tasks/main.yml b/plugins/moon/roles/moon/tasks/main.yml
new file mode 100644
index 00000000..91283129
--- /dev/null
+++ b/plugins/moon/roles/moon/tasks/main.yml
@@ -0,0 +1,11 @@
+##############################################################################
+# Copyright (c) 2016-2017 HUAWEI TECHNOLOGIES CO.,LTD and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+---
+- include: moon.yml
+ when: moon is defined and moon == "Enable" and ansible_os_family == "Debian"