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 5c92e90e9..21ba6ead4 100644 --- a/roles/contiv/tasks/ovs.yml +++ b/roles/contiv/tasks/ovs.yml @@ -1,6 +1,6 @@ --- - include_tasks: packageManagerInstall.yml - when: source_type == "packageManager" + when: contiv_source_type == "packageManager" tags: - binary-update |