Explorar el Código

fix when syntax

master
padre
commit
b9884c720d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/ansible.yaml

+ 1
- 1
tasks/ansible.yaml Ver fichero

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


Cargando…
Cancelar
Guardar