- name: "FORCE REMOVE + REINSTALL IF NEEDED"
ansible.builtin.yum:
name: "{{ found_rpms.files[0].path }}"
state: absent
become: no
when: not rpm_install_status.changed
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)