You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
If you want to use local env variables, it's like this
some_var: $ENV('HOME')
Your config management should not rely on remote environment variables
for paths. You can of course use ~/ and such.
> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ansible-proje...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
On this topic:
If I want to append to (but not overwrite) the ANSIBLE_LIBRARY path in the config file, how can I do that? For example, assume that I have a directory relative to ansible.cfg called acme-custom-modules, I'd like to do the equivalent of: