Possible to Disable IPv6?

I've got a SELinux policy file I was doing upgrades and I had to make a modification and ran audit2allow, and something new popped up kernel_request_load_module(traefik_t); I don't recall seeing this before.

I ran ausearch -m AVC -ts recent

I came back with a message traefik was trying to load a kmod called net-pf-10, upon lookup it is the ipv6 module, ipv6 is disabled on the machine, so I don't know why it is trying to load it. Is there a way to disable ipv6 in the config?

It seems to work but I just want to make sure future versions won't fail to start.