Skip to content

Instantly share code, notes, and snippets.

@rafaelnize
Created July 1, 2016 05:53
Show Gist options
  • Save rafaelnize/e9ed31d3c0da230584b30865d353560a to your computer and use it in GitHub Desktop.
Save rafaelnize/e9ed31d3c0da230584b30865d353560a to your computer and use it in GitHub Desktop.
- name: Test Ansible version 3
shell: echo "Ansible version is not compatible with this playbook"
when: ansible_version.major = 2 and ansible_version.minor >= 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment