From 69657c767ee6b4f7fc6a14b2a15974eb31231e1d Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 13 Nov 2017 17:35:41 -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: Ib4d1bf79b0468a44b08c738b7db3fa65b6e47767 --- 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 26fe7dd5..817b8ad2 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