Procházet zdrojové kódy

fix when syntax

master
rodič
revize
b9884c720d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tasks/ansible.yaml

+ 1
- 1
tasks/ansible.yaml Zobrazit soubor

@@ -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:


Načítá se…
Zrušit
Uložit