DEV Community

Query Filter
Query Filter

Posted on

docker57

- 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
Enter fullscreen mode Exit fullscreen mode

Top comments (0)