We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7be67 commit 35926bbCopy full SHA for 35926bb
pants-plugins/uses_services/mongo_rules.py
@@ -230,7 +230,10 @@ async def mongo_is_running(
230
231
Arch: {platform.arch}
232
Distro: {platform.distro}
233
+ Distro Name: {platform.distro_name}
234
Distro Codename: {platform.distro_codename}
235
+ Distro Family: {platform.distro_like}
236
+ Distro Major Version: {platform.distro_major_version}
237
Distro Version: {platform.distro_version}
238
239
Thanks and Good Luck!
0 commit comments