Tristan Le Guern

--- - hosts: localhost gather_facts: no vars: list: - 1 - 2 - 3 elem: 2 tasks: - debug: var: list - debug: msg: "{{ list | reject('eq', elem) }}"

Remove an element from a list