Last active
August 29, 2015 14:02
-
-
Save psy-q/9a34c64161e762f07150 to your computer and use it in GitHub Desktop.
ansible-playbook traceback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - include: authentication.yml | |
| - include: webservers.yml | |
| - include: wordpress_servers.yml | |
| - include: owncloud_servers.yml | |
| - include: mariadb_servers.yml | |
| - include: ci_masters.yml | |
| - include: ci_slaves.yml | |
| - include: rails_servers.yml | |
| - include: madek_servers.yml | |
| - include: developer_vm_leihs.yml | |
| - include: madras_servers.yml | |
| - include: www.lincomp.ch.yml | |
| - include: www.psy-q.ch.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last): | |
| File "/usr/bin/ansible-playbook", line 317, in <module> | |
| sys.exit(main(sys.argv[1:])) | |
| File "/usr/bin/ansible-playbook", line 200, in main | |
| force_handlers=options.force_handlers | |
| TypeError: __init__() got an unexpected keyword argument 'force_handlers' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment