Move yum install for parallel into pre_tasks

We need this be done before we call the bindep role. Oops.

Change-Id: Id25594a3ba3bfc4964d558fddfa0c5660ec11c7f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-11-15 15:47:01 -05:00
parent 0514b290bc
commit 8cc7bab0f7
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
- legacy-install-afs-with-puppet
- legacy-copy-project-config-scripts
tasks:
pre_tasks:
# NOTE(pabelanger): We should consider switching away from parallel so we
# don't need to enable EPEL for centos 7.
- name: Manually install parallel from EPEL