You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 line
348B

  1. ---
  2. # to be removed when roled out
  3. - name: remove wrong "mainentance" directory
  4. file:
  5. path: /usr/local/share/mainentance
  6. state: absent
  7. - name: remove wrong "mainentance" user
  8. user:
  9. name: mainentance
  10. state: absent
  11. - name: remove wrong "mainentance" user home directory
  12. file:
  13. path: /var/lib/mainentance
  14. state: absent