main.yml 107 B

123456
  1. ---
  2. - name: refresh yum cache
  3. command: yum clean all
  4. - name: refresh dnf cache
  5. command: dnf clean all