Skip to content

Commit de19dbf

Browse files
author
Chaitanya Deshpande
committed
AV-60108 : Ansible Role avicontroller: Failing for ansible version check
1 parent 85b7872 commit de19dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# handlers for avinetworks.avicontroller
33
- name: Avi Controller | Services | systemd | Daemon reload
44
systemd: daemon_reload=yes name=avicontroller
5-
when: ansible_version is version_compare('2.2', '>=')
5+
when: ansible_version.full is version_compare('2.2', '>=')
66

77
- name: Avi Controller | Services | Restart the avicontroller service
88
service: name=avicontroller enabled=yes state=restarted

0 commit comments

Comments
 (0)