Skip to content
Snippets Groups Projects
Commit 97421d19 authored by nimrod's avatar nimrod
Browse files

Force OpenBSD's pkg to run non-interactively.

parent 857e5b93
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Bootstrap an OpenBSD machine to be able to run Ansible on it.
- name: Install Python
raw: "PKG_PATH={{ openbsd_pkg_mirror }}/OpenBSD/$(uname -r)/packages/$(arch -s)/ /usr/sbin/pkg_add py-pip"
raw: "PKG_PATH={{ openbsd_pkg_mirror }}/OpenBSD/$(uname -r)/packages/$(arch -s)/ /usr/sbin/pkg_add -I py-pip"
register: openbsd_pkg_add_python
changed_when: "'python' in openbsd_pkg_add_python.stdout"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment