Switch Puppet tarball job to use Zuul role

We created a role which can build a Puppet module so let's leverage
that instead of duplicating the code.

Depends-On: I45761c2d111640733ddec8b4c08066655b6944e2
Change-Id: If75bb4ecf36ceded44d721074698ebf4e538e5d9
This commit is contained in:
Mohammed Naser 2017-11-13 17:35:31 -05:00
parent 50a9cadc62
commit 23f4add02e
1 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,3 @@
- hosts: all
tasks:
- name: Build puppet module
command: puppet module build .
args:
chdir: "{{ zuul.project.src_dir }}"
roles:
- build-puppet-module