Skip to content
New issue

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

tower_config : config.variables: Combine Configuration Hashes from User and Role #6

Open
kvegh opened this issue Feb 8, 2019 · 3 comments

Comments

@kvegh
Copy link

kvegh commented Feb 8, 2019

``

[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...

@victorock
Copy link
Owner

@kvegh sorry, i missed this issue and pr...looking now

@victorock
Copy link
Owner

@kvegh could you please post your hash? the tower_config you provide must be a hash...

@victorock
Copy link
Owner

@kvegh did you find what was wrong? Do you still want to keep this issue opened?

victorock pushed a commit that referenced this issue Dec 2, 2020
fix tower_setup issues for ansible 2.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants