We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! Thanks for role! I try install and get error
Playbook
- hosts: freeipa become: true roles: - timorunge.freeipa_server
Inventory
all: children: freeipa: hosts: "freeipa": ansible_host: "xxxxx" vars: ansible_user: ubuntu
Error
TASK [timorunge.freeipa_server : Install FreeIPA server pip dependencies] ************************************************************************************************************** Wednesday 30 March 2022 12:16:51 +0600 (0:03:05.462) 0:04:06.222 ******* FAILED - RETRYING: [freeipa]: Install FreeIPA server pip dependencies (3 retries left). FAILED - RETRYING: [freeipa]: Install FreeIPA server pip dependencies (2 retries left). FAILED - RETRYING: [freeipa]: Install FreeIPA server pip dependencies (1 retries left). fatal: [freeipa]: FAILED! => changed=false attempts: 3 msg: Unable to find any of pip3 to use. pip needs to be installed.
Version
ansible [core 2.12.2] python version = 3.8.10 (default, Nov 26 2021, 20:14:08) [GCC 9.3.0]
Server where ansible
cat /etc/*release* DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.3 LTS" NAME="Ubuntu" VERSION="20.04.3 LTS (Focal Fossa)"
Remote server
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! Thanks for role!
I try install and get error
Playbook
Inventory
Error
Version
Server where ansible
Remote server
The text was updated successfully, but these errors were encountered: