ansible 2.10 support
See original GitHub issueThere doesn’t seem to be an existing issue referencing ansible 2.10 issues yet, so here goes 😃
ansible 2.10.0b1.post0
config file = /export/home/orion-admin/ansible-boulder/ansible.cfg
configured module search path = [u'/export/home/orion-admin/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /export/home/orion-admin/ansible/lib/ansible
executable location = /export/home/orion-admin/ansible/bin/ansible
python version = 2.7.5 (default, Apr 1 2020, 10:09:19) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /export/home/orion-admin/ansible-boulder/ansible.cfg as config file
Parsed /export/home/orion-admin/ansible-boulder/inventory/boulder.cobbler.yml inventory source with cobbler plugin
Skipping due to inventory source not ending in "cobbler.yaml" nor "cobbler.yml"
cobbler declined parsing /export/home/orion-admin/ansible-boulder/inventory/hosts as it did not pass its verify_file() method
Parsed /export/home/orion-admin/ansible-boulder/inventory/hosts inventory source with ini plugin
Parsed /export/home/orion-admin/ansible-boulder/inventory/monterey.cobbler.yml inventory source with cobbler plugin
Parsed /export/home/orion-admin/ansible-boulder/inventory/seattle.cobbler.yml inventory source with cobbler plugin
[top 4317] 10:19:00.884328 D ansible_mitogen.affinity: CPU mask for Ansible top-level process: 0x000002
[top 4317] 10:19:00.884631 D ansible_mitogen.process: inherited open file limits: soft=1024 hard=4096
[top 4317] 10:19:00.884730 D ansible_mitogen.process: raised soft open file limit from 1024 to 4096
[mux 4327] 10:19:00.887142 D ansible_mitogen.affinity: CPU mask for MuxProcess 0: 0x000001
[mux 4327] 10:19:00.902435 D mitogen.service: Pool(a110, size=32, th='MainThread'): initialized
[mux 4327] 10:19:00.902749 D ansible_mitogen.process: Service pool configured: size=32
META: ran handlers
[task 4361] 10:19:00.934268 D ansible_mitogen.affinity: CPU mask for WorkerProcess: 0x000004
The full traceback is:
Traceback (most recent call last):
File "/export/home/orion-admin/ansible/lib/ansible/executor/task_executor.py", line 155, in run
res = self._execute()
File "/export/home/orion-admin/ansible/lib/ansible/executor/task_executor.py", line 610, in _execute
self._handler = self._get_action_handler(connection=self._connection, templar=templar)
File "/export/home/orion-admin/ansible/lib/ansible/executor/task_executor.py", line 1063, in _get_action_handler
collection_list=collections
File "/export/home/orion-admin/ansible-boulder/mitogen/ansible_mitogen/strategy.py", line 144, in wrap_action_loader__get
return adorned_klass(*args, **kwargs)
File "/export/home/orion-admin/ansible-boulder/mitogen/ansible_mitogen/mixins.py", line 118, in __init__
super(ActionModuleMixin, self).__init__(task, connection, *args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'collection_list'
barry.cora.nwra.com | FAILED! => {
"msg": "Unexpected failure during module execution.",
"stdout": ""
}
[mux 4327] 10:19:00.980813 D mitogen: Waker(fd=6/8): disconnecting
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:10
Top Results From Across the Web
Ansible project 2.10
If you are a Red Hat customer, refer to the Ansible Automation Platform Life Cycle page for subscription details. Ansible project 2.10 ....
Read more >What Releases of Red Hat Ansible Engine are Compatible ...
See Is Ansible 2.10 fully supported by Red Hat? ... Note on prior releases: Ansible Tower 3.0 supported Ansible 1.9 through 2.3.
Read more >Ansible 2.10 is here! Your questions, answered - YouTube
Ansible 2.10.0 was released today: https://groups.google.com/g/ ansible -project/c/yFnMgbjqYnUWith the advent of collections and ansible -base, ...
Read more >Red Hat Ansible Offerings? : r/redhat - Reddit
I would talk to your account rep or support to figure that one out. If you want to pull down collections from git,...
Read more >5 Things to Know About Ansible 2.10 - WWT
1. No playbook re-writes necessary · 2. Do not upgrade to Ansible 2.10 · 3. Ansible Collections are front and center · 4....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
❦ 2 septembre 2020 19:05 -07, Steven Robertson:
or
pip install ansible-core==2.10.0
(which should be exactly the same as the tag)." closed this as completed" means it’s been implemented and I can confirm this. I think a better question to ask at this point is support for newer versions than that, since Red Hat has been quite busy reworking a lot of things in Ansible.