Snippets

mike waggoner computer: do simple thing

Created by mike waggoner
Traceback (most recent call last):
  File "/usr/local/Cellar/ansible19/1.9.4/libexec/bin/ansible-playbook", line 324, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/usr/local/Cellar/ansible19/1.9.4/libexec/bin/ansible-playbook", line 264, in main
    pb.run()
  File "/usr/local/Cellar/ansible19/1.9.4/libexec/lib/python2.7/site-packages/ansible/playbook/__init__.py", line 310, in run
    play = Play(self, play_ds, play_basedir, vault_password=self.vault_password)
  File "/usr/local/Cellar/ansible19/1.9.4/libexec/lib/python2.7/site-packages/ansible/playbook/play.py", line 124, in __init__
    ds = template(basedir, ds, temp_vars)
  File "/usr/local/Cellar/ansible19/1.9.4/libexec/lib/python2.7/site-packages/ansible/utils/template.py", line 140, in template
    d[k] = template(basedir, v, templatevars, lookup_fatal, depth, expand_lists, convert_bare, fail_on_undefined, filter_fatal)
  File "/usr/local/Cellar/ansible19/1.9.4/libexec/lib/python2.7/site-packages/ansible/utils/template.py", line 140, in template
    d[k] = template(basedir, v, templatevars, lookup_fatal, depth, expand_lists, convert_bare, fail_on_undefined, filter_fatal)
  File "/usr/local/Cellar/ansible19/1.9.4/libexec/lib/python2.7/site-packages/ansible/utils/template.py", line 124, in template
    varname = template_from_string(basedir, varname, templatevars, fail_on_undefined)
  File "/usr/local/Cellar/ansible19/1.9.4/libexec/lib/python2.7/site-packages/ansible/utils/template.py", line 346, in template_from_string
    environment.filters.update(_get_filters())
  File "/usr/local/Cellar/ansible19/1.9.4/libexec/lib/python2.7/site-packages/ansible/utils/template.py", line 54, in _get_filters
    plugins = [ x for x in utils.plugins.filter_loader.all()]
  File "/usr/local/Cellar/ansible19/1.9.4/libexec/lib/python2.7/site-packages/ansible/utils/plugins.py", line 232, in all
    self._module_cache[path] = imp.load_source('.'.join([self.package, name]), path)
  File "/Users/waggm008/tmp/99pi-bedrock/trellis/filter_plugins/trellis_filters.py", line 8, in <module>
    from ansible.compat.six import string_types
ImportError: No module named compat.six

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.