Revert "Don't log puppot module sync"
This reverts commit 7b47277e3e7fba995b88079dfbb7e9c6af2a5081. It turns out that for some reason this boring operation does actually go wrong[1], and if logging doesn't happen then we don't know why. [1] http://logs.openstack.org/00/616000/6/check/infra-puppet-apply-4-ubuntu-xenial/7379d8c/applytest/puppetapplytest44.final.out.FAILED Change-Id: I2ce9c3d79385fc0a01b3a5fc85fa4bf4128c25bc
This commit is contained in:
parent
98b7ea710b
commit
ac51f0245b
@ -83,7 +83,6 @@
|
||||
synchronize:
|
||||
src: "{{ mgmt_manifestpath }}"
|
||||
dest: "{{ manifest_base }}"
|
||||
no_log: true
|
||||
|
||||
- name: ensure hieradata manifest link is present
|
||||
file:
|
||||
@ -117,7 +116,6 @@
|
||||
synchronize:
|
||||
src: "{{ mgmt_puppet_module_dir }}"
|
||||
dest: "{{ puppet_module_dir }}"
|
||||
no_log: true
|
||||
|
||||
when:
|
||||
- copy_puppet
|
||||
|
Loading…
x
Reference in New Issue
Block a user