bd617353cb
Prior to this commit, Ansible would pass '--activationkeys <value>' as a literal string, which the remote server would interpret as a single argument to subscription-manager. This led to the following failure message when using an activation key: subscription-manager: error: no such option: --activationkey "mykey" Update the arguments so that the remote server will properly interpret them as two separate values. |
||
---|---|---|
.. | ||
__init__.py | ||
apt.py | ||
apt_key.py | ||
apt_repository.py | ||
apt_rpm.py | ||
redhat_subscription.py | ||
rhn_channel.py | ||
rhn_register.py | ||
rpm_key.py | ||
yum.py |