template module when dest is a directory

43 views
Skip to first unread message

Josh Smift

unread,
May 9, 2017, 9:20:55 AM5/9/17
to ansible...@googlegroups.com
If you use the template module and the dest parameter specifies a
directory, the module creates a file in the directory with the same name
as the value of the src parameter. However, if you then change the source
contents, and run ansible-playbook with --check --diff, it says that
there's a change but doesn't show the diff.

https://docs.ansible.com/ansible/template_module.html doesn't say that you
can specify a directory as the value of the dest parameter. Should that work?

If it should work to specify a directory, should 'diff' work as well?

I can create a bug report, but I wasn't sure what the intended/expected
behavior was.

-Josh (j...@care.com)

(apologies for the automatic corporate disclaimer that follows)

This email is intended for the person(s) to whom it is addressed and may contain information that is PRIVILEGED or CONFIDENTIAL. Any unauthorized use, distribution, copying, or disclosure by any person other than the addressee(s) is strictly prohibited. If you have received this email in error, please notify the sender immediately by return email and delete the message and any attachments from your system.

Dag Wieers

unread,
May 9, 2017, 10:01:08 AM5/9/17
to ansible...@googlegroups.com
On Tue, 9 May 2017, Josh Smift wrote:

> If you use the template module and the dest parameter specifies a
> directory, the module creates a file in the directory with the same name
> as the value of the src parameter. However, if you then change the source
> contents, and run ansible-playbook with --check --diff, it says that
> there's a change but doesn't show the diff.
>
> https://docs.ansible.com/ansible/template_module.html doesn't say that you
> can specify a directory as the value of the dest parameter. Should that work?
>
> If it should work to specify a directory, should 'diff' work as well?
>
> I can create a bug report, but I wasn't sure what the intended/expected
> behavior was.

That seems to be a bug.

Can you open a bug report with a minimal reproducer and the required
context-information ? If it is a bug, we need to improve our integration
tests to catch this one (before fixing ;-)).

Thanks !
--
Dag

Josh Smift

unread,
May 9, 2017, 10:10:36 AM5/9/17
to ansible...@googlegroups.com
JBS> https://docs.ansible.com/ansible/template_module.html doesn't say
JBS> that you can specify a directory as the value of the dest parameter.
JBS> Should that work?
JBS>
JBS> If it should work to specify a directory, should 'diff' work as well?
JBS>
JBS> I can create a bug report, but I wasn't sure what the
JBS> intended/expected behavior was.

DW> That seems to be a bug.

Just to double-check: You think you should be able to specify a file as
the src parameter and a directory as the dest parameter (even though the
module docs don't say this), and that therefore diff should work? That
seems sensible to me, I just wanted to confirm before opening a bug about
something that isn't supposed to work. :^)

Dag Wieers

unread,
May 9, 2017, 11:29:02 AM5/9/17
to ansible...@googlegroups.com
On Tue, 9 May 2017, Josh Smift wrote:

> JBS> https://docs.ansible.com/ansible/template_module.html doesn't say
> JBS> that you can specify a directory as the value of the dest parameter.
> JBS> Should that work?
> JBS>
> JBS> If it should work to specify a directory, should 'diff' work as well?
> JBS>
> JBS> I can create a bug report, but I wasn't sure what the
> JBS> intended/expected behavior was.
>
> DW> That seems to be a bug.
>
> Just to double-check: You think you should be able to specify a file as
> the src parameter and a directory as the dest parameter (even though the
> module docs don't say this), and that therefore diff should work? That
> seems sensible to me, I just wanted to confirm before opening a bug about
> something that isn't supposed to work. :^)

Yes, that ought to work.

--
Dag

Josh Smift

unread,
May 9, 2017, 1:32:03 PM5/9/17
to ansible...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages