You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PLAY [Configure Ansible Tower by Red Hat] ************************************************************************************************************************************************
``
[ansible@automata ansible-hetzner]$ ansible-playbook -b -i hosts tower_config.yml
PLAY [Configure Ansible Tower by Red Hat] ************************************************************************************************************************************************
TASK [Gathering Facts] *******************************************************************************************************************************************************************
ok: [ansible-h]
TASK [geerlingguy.repo-epel : Check if EPEL repo is already configured.] *****************************************************************************************************************
ok: [ansible-h]
TASK [geerlingguy.repo-epel : Install EPEL repo.] ****************************************************************************************************************************************
skipping: [ansible-h]
TASK [geerlingguy.repo-epel : Import EPEL GPG key.] **************************************************************************************************************************************
skipping: [ansible-h]
TASK [geerlingguy.pip : Ensure Pip is installed.] ****************************************************************************************************************************************
changed: [ansible-h]
TASK [geerlingguy.pip : Ensure pip_install_packages are installed.] **********************************************************************************************************************
changed: [ansible-h] => (item={u'name': u'ansible-tower-cli'})
TASK [victorock.tower_config : config.variables: Combine Configuration Hashes from User and Role] ****************************************************************************************
fatal: [ansible-h]: FAILED! => {"msg": "|combine expects dictionaries, got None"}
to retry, use: --limit @/home/ansible/projects/ansible-hetzner/tower_config.retry
PLAY RECAP *******************************************************************************************************************************************************************************
ansible-h : ok=4 changed=2 unreachable=0 failed=1
[ansible@automata ansible-hetzner]$
``
...have you got an idea what could go wrong?
My teams and users config seems to be okay...
The text was updated successfully, but these errors were encountered: