ansible/packaging/os
Ken Dreyer bd617353cb redhat_subscription: fix activationkeys argument
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.
2015-04-02 14:21:20 -06:00
..
__init__.py Some more module categorization. 2014-11-04 17:23:22 -05:00
apt.py Add missing import of apt.debfile 2015-03-19 14:54:59 -07:00
apt_key.py Some more module categorization. 2014-11-04 17:23:22 -05:00
apt_repository.py Some more module categorization. 2014-11-04 17:23:22 -05:00
apt_rpm.py Remove incorrect executable permissions. 2014-11-13 18:08:48 -05:00
redhat_subscription.py redhat_subscription: fix activationkeys argument 2015-04-02 14:21:20 -06:00
rhn_channel.py rhn_channel using depriciated methods. swapped out 2015-02-25 08:25:34 -05:00
rhn_register.py Some more module categorization. 2014-11-04 17:23:22 -05:00
rpm_key.py Some more module categorization. 2014-11-04 17:23:22 -05:00
yum.py Merge pull request #46 from Jmainguy/yum_oracle_fix_enable_repo 2015-02-03 07:50:23 -05:00