Browse Source

fix when syntax

master
parent
commit
b9884c720d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/ansible.yaml

+ 1
- 1
tasks/ansible.yaml View File

@@ -11,7 +11,7 @@
name: ansible name: ansible
state: absent state: absent
executable: pip3 executable: pip3
when: "{{ ansible_installed_version is version('2.10', '<') }}"
when: ansible_installed_version is version('2.10', '<')


- name: ansible pip package - name: ansible pip package
pip: pip:


Loading…
Cancel
Save