diff options
Diffstat (limited to 'roles/contiv/tasks/ovs.yml')
-rw-r--r-- | roles/contiv/tasks/ovs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/contiv/tasks/ovs.yml b/roles/contiv/tasks/ovs.yml index 0c1b994c7..5c92e90e9 100644 --- a/roles/contiv/tasks/ovs.yml +++ b/roles/contiv/tasks/ovs.yml @@ -1,5 +1,5 @@ --- -- include: packageManagerInstall.yml +- include_tasks: packageManagerInstall.yml when: source_type == "packageManager" tags: - binary-update |