Matt Martz

Results 336 comments of Matt Martz

Adding a warning is not something we plan to do, as it's a completely normal use case where the author has placed an octal in mode without any templating. We've...

> would you mind commenting on my question regarding your proposed solution of enabling jinja2 native? > > > What are the reason that jinja2 native is it not enabled...

You are correct, `-p` (and the config) is not used with `init`, instead it is purposefully set to a different value: ``` --init-path INIT_PATH The path in which the skeleton...

There is no config backed value for `--init-path`. We could potentially have `init` create the dir structure that a playbook could utilize, and I suppose `init` could print the path...

It looks like the bot just closed it because the original reporter didn't use the template: https://github.com/ansible/ansible/issues/67029

Since this isn't going into devel, a note to self: * Address the `register`/`unsafe` issue separately for devel.

Added support for using `ansible_result` in place of `.`. `.` still works as a shorthand, but has a limitation of needing to be the first character.

After a recent conversation, I believe the plan we want to take is to use the upcoming data tagging feature, to allow users to tags data in a playbook with...

I looked at this for a short period of time, and confirmed the behavior. I think the module is missing something like this: ```diff diff --git a/lib/ansible/modules/known_hosts.py b/lib/ansible/modules/known_hosts.py index ff3bf34a47..fd7d9fb893...