Is there a way to override a template defined into an ansible galaxy role?
问题 I'm trying to set up a server with ansible and I'd like to use this galaxy role. It defines a template that I'd like to customize, but I don't know how. Right now I defined the role into requirements.yml and I installed it using: ansible-galaxy install -r requirements.yml which installed the role somewhere on my system. I tried by recreating the folder tree into my repository where I store my playbooks: roles |- ansible-role-passenger |- templates |- passenger.j2 but it does not work. When I