From 0f5e0a1721408974c26afbebb00e5857ed06700c Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Mon, 21 Jan 2019 11:19:09 +0100 Subject: [PATCH] Run puppetforge publish playbook in the clouds Changes the hosts field from localhost to all so that the publish playbook is executed in the cloud instead of locally on the zuul executor node. This is required because when it's executed on the zuul executor the security context supresses the facts as a security measure which causes the job to fail. Change-Id: Iab2252ca647bd6d8eaff6c48f458c566c0393cb2 --- playbooks/publish/puppetforge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/publish/puppetforge.yaml b/playbooks/publish/puppetforge.yaml index 09b8bf689f..ca4ab9f330 100644 --- a/playbooks/publish/puppetforge.yaml +++ b/playbooks/publish/puppetforge.yaml @@ -1,4 +1,4 @@ -- hosts: localhost +- hosts: all roles: - role: upload-puppetforge blacksmith_forge_username: "{{ puppetforge.user }}"