Skip to content

Instantly share code, notes, and snippets.

@psy-q
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save psy-q/9a34c64161e762f07150 to your computer and use it in GitHub Desktop.

Select an option

Save psy-q/9a34c64161e762f07150 to your computer and use it in GitHub Desktop.
ansible-playbook traceback
---
- 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
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