mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #15894 from jhawkesworth/add_ubuntu_krb5_user_to_windows_intro
add krb5-user to list of packages to install for ubuntu
This commit is contained in:
commit
9ad5a32208
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Installing python-kerberos dependencies
|
||||||
yum -y install python-devel krb5-devel krb5-libs krb5-workstation
|
yum -y install python-devel krb5-devel krb5-libs krb5-workstation
|
||||||
|
|
||||||
# Via Apt (Ubuntu)
|
# Via Apt (Ubuntu)
|
||||||
sudo apt-get install python-dev libkrb5-dev
|
sudo apt-get install python-dev libkrb5-dev krb5-user
|
||||||
|
|
||||||
# Via Portage (Gentoo)
|
# Via Portage (Gentoo)
|
||||||
emerge -av app-crypt/mit-krb5
|
emerge -av app-crypt/mit-krb5
|
||||||
|
|
Loading…
Reference in a new issue