Revert "Don't log puppot module sync"

This reverts commit 7b47277e3e.

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:
Colleen Murphy 2019-01-03 15:08:45 +01:00
parent 98b7ea710b
commit ac51f0245b
1 changed files with 0 additions and 2 deletions

View File

@ -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