Unable to use Ansible lineinfile module to add parameters to nginx .conf file
I’m trying to use Ansible’s lineinfile module to add a new parameter to an existing log_format directive in an nginx configuration file. However, I’m encountering difficulties in getting the module to work as expected.