Przeglądaj źródła

fix when syntax

master
rodzic
commit
b9884c720d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tasks/ansible.yaml

+ 1
- 1
tasks/ansible.yaml Wyświetl plik

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

- name: ansible pip package
pip:


Ładowanie…
Anuluj
Zapisz