Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmsimard/ansible_includerole_issue
https://github.com/dmsimard/ansible_includerole_issue
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmsimard/ansible_includerole_issue
- Owner: dmsimard
- Created: 2017-09-14T20:23:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T20:35:34.000Z (over 7 years ago)
- Last Synced: 2024-11-10T11:47:03.274Z (2 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible_includerole_issue
```
$ ansible-playbook playbook.yml
[WARNING]: Host file not found: /etc/ansible/hosts[WARNING]: provided hosts list is empty, only localhost is available
PLAY [Run reproducer without static] **********************************************************************************************************************************************************
TASK [reproducer : debug] *********************************************************************************************************************************************************************
ok: [localhost] => {
"msg": "noop"
}
########################################
{'msg': u'noop', '_ansible_verbose_always': True, '_ansible_no_log': False}
########################################
{u'msg': u'noop'}
########################################PLAY [Run reproducer with static] *************************************************************************************************************************************************************
TASK [include_role] ***************************************************************************************************************************************************************************
########################################
{'include_variables': {u'name': u'reproducer'}, 'include_role': TASK: include_role, 'changed': False}
[WARNING]: Failure using method (v2_runner_on_ok) in callback plugin
(): TASK: include_role is not JSON
serializableTASK [reproducer : debug] *********************************************************************************************************************************************************************
ok: [localhost] => {
"msg": "noop"
}
########################################
{'msg': u'noop', '_ansible_verbose_always': True, '_ansible_no_log': False}
########################################
{u'msg': u'noop'}
########################################PLAY RECAP ************************************************************************************************************************************************************************************
localhost : ok=2 changed=0 unreachable=0 failed=0
```