-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
It seems python2
needs to be installed.
fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "python2: not found\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 127}
having fixed that by hand (pg install python2
),
failed: [localhost] (item=[u'bash', u'rsync', u'screen', u'vim-lite']) => {"changed": false, "item": ["bash", "rsync", "screen", "vim-lite"], "msg": "failed to install vim-lite: ", "stderr": "pkg: No packages available to install matching 'vim-lite' have been found in the repositories\n", "stderr_lines": ["pkg: No packages available to install matching 'vim-lite' have been found in the repositories"]}
removing that from group_vars/all
(#193), things seem to work (at least for ns1).
I'm not sure how to fix the python2 issue.
Metadata
Metadata
Assignees
Labels
No labels