Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

18 lignes
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