You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
10 years ago
..
__init__.py Some more module categorization. 10 years ago
apt.py Add missing import of apt.debfile 10 years ago
apt_key.py Some more module categorization. 10 years ago
apt_repository.py Some more module categorization. 10 years ago
apt_rpm.py Remove incorrect executable permissions. 10 years ago
redhat_subscription.py redhat_subscription: fix activationkeys argument 10 years ago
rhn_channel.py rhn_channel using depriciated methods. swapped out 10 years ago
rhn_register.py Some more module categorization. 10 years ago
rpm_key.py Some more module categorization. 10 years ago
yum.py Merge pull request #46 from Jmainguy/yum_oracle_fix_enable_repo 10 years ago