581c0c6def
This job we'll be able to add into check / gate pipelines for projects that want to test building a puppet tarball. Change-Id: I9e62a4a68db94e1d3d1e718edf340aeb9fbaba2e Signed-off-by: Paul Belanger <pabelanger@redhat.com>
8 lines
206 B
YAML
8 lines
206 B
YAML
- hosts: all
|
|
roles:
|
|
- role: bindep
|
|
# NOTE(pabelanger): puppet modules use the build profile to manage
|
|
# dependencies for puppet module build.
|
|
bindep_profile: build
|
|
- revoke-sudo
|