Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Problem: gofer package not installed on Vagrant box
Browse files Browse the repository at this point in the history
Solution: expand the dev role to install gofer package

closes #2465
https://pulp.plan.io/issues/2465
  • Loading branch information
dkliban committed Dec 14, 2016
1 parent c2ea0d9 commit 34e9806
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/dev/tasks/main.yml
Expand Up @@ -69,6 +69,11 @@
- yum-utils
- zlib-devel

- name: Install gofer
dnf: name={{ item }} state=present
with_items:
- gofer

- name: allow vagrant user to read the systemd journal
user:
name: vagrant
Expand Down

0 comments on commit 34e9806

Please sign in to comment.