redhat_subscription in 2.0

I have the following task that worked in 1.9.4 on Fedora 23

  • name: Register System with RHN Subscription Manager
    redhat_subscription: state=present
    username={{ rhn_user }}
    password={{ rhn_pass }}
    autosubscribe=true

I upgraded to 2.0 from fedora-testing (I needed the virt_net module pretty bad). The command runs and the system is registered, but the task never completes. I killed the process on the host after ~20 minutes.

Can someone pont me in a direction to figure this out?

Thanks,

Jamie Duncan