Don't install system-info when in a container

This commit is contained in:
Kenneth Benzie 2024-07-12 22:50:07 +01:00
parent dfbfa7c170
commit ded94c7319

View File

@ -13,3 +13,4 @@
- role: gdb
- role: podman
- role: system-info
when: '"container" not in ansible_env'