# Use pure yum module - no shell, no rpm command needed
- name: "FORCE FRESH RPM INSTALL"
ansible.builtin.yum:
name: "{{ found_rpms.files[0].path }}"
state: latest
disable_gpg_check: yes
become: no
register: rpm_install_status
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)