aboutsummaryrefslogtreecommitdiffstats
path: root/common/deploy-steps-tasks.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-09-06 08:59:38 +0000
committerGerrit Code Review <review@openstack.org>2017-09-06 08:59:38 +0000
commit4ae0e5d31c7a3bd0f02c13046237e585c6cb21ae (patch)
tree943d92770cfba298577f27d6c4b2b1df7f2d90be /common/deploy-steps-tasks.yaml
parente135d71dc02c50a686774752cbc50fed112fb543 (diff)
parent41d599cb37fbc082a4869e32b520d7017085c4f7 (diff)
Merge "Set mode for ansible written files" into stable/pike
Diffstat (limited to 'common/deploy-steps-tasks.yaml')
-rw-r--r--common/deploy-steps-tasks.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/deploy-steps-tasks.yaml b/common/deploy-steps-tasks.yaml
index f0729425..73d3036c 100644
--- a/common/deploy-steps-tasks.yaml
+++ b/common/deploy-steps-tasks.yaml
@@ -5,7 +5,7 @@
# Per step puppet configuration of the baremetal host
#####################################################
- name: Write the config_step hieradata
- copy: content="{{dict(step=step|int)|to_json}}" dest=/etc/puppet/hieradata/config_step.json force=true
+ copy: content="{{dict(step=step|int)|to_json}}" dest=/etc/puppet/hieradata/config_step.json force=true mode=0600
- name: Run puppet host configuration for step {{step}}
command: >-
puppet apply