Skip to content

Commit

Permalink
Merge pull request #51 from avinetworks/AV-55585
Browse files Browse the repository at this point in the history
AV-55585: avinetworks.avicontroller: fix ansible-lint warnings
  • Loading branch information
Gaurav Rastogi authored Jul 25, 2019
2 parents d83307d + 616f262 commit cc94376
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
- name: Check ansible version
when:
- ansible_version.full is version_compare('2.4', '<')
debug: msg="This role works best with ansible version 2.4 or greater. It is recommended to use the latest ansible version for the best experience."
debug: >
msg="This role works best with ansible version 2.4 or greater.
It is recommended to use the latest ansible version for the best experience."
- name: Avi Controller | Deployment
include: "{{ con_deploy_type|lower }}/main.yml"

0 comments on commit cc94376

Please sign in to comment.