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.
|
- ---
-
- # to be removed when roled out
- - name: remove wrong "mainentance" directory
- file:
- path: /usr/local/share/mainentance
- state: absent
-
- - name: remove wrong "mainentance" user
- user:
- name: mainentance
- state: absent
-
- - name: remove wrong "mainentance" user home directory
- file:
- path: /var/lib/mainentance
- state: absent
|