From 23f4add02e495a81bd24fc9b160cd31be31450bf Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 13 Nov 2017 17:35:31 -0500 Subject: [PATCH] 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 --- playbooks/puppet-tarball/run.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/playbooks/puppet-tarball/run.yaml b/playbooks/puppet-tarball/run.yaml index 26fe7dd5bc..817b8ad245 100644 --- a/playbooks/puppet-tarball/run.yaml +++ b/playbooks/puppet-tarball/run.yaml @@ -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