Skip to content
Snippets Groups Projects
Commit ef967a2d authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: introduce restrictions for systems that still need their TSM/IBMSP client

parent 61c1cb6e
No related branches found
No related tags found
No related merge requests found
......@@ -55,4 +55,7 @@
- "/etc/systemd/system/dsmcad.service"
when:
- ( "0 unit files listed." not in tsm_client_installed.stdout )
when: ansible_distribution == "Debian"
when:
- ansible_distribution == "Debian"
- '"backup" not in ansible_hostname'
- '"reporting" not in ansible_hostname'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment