The name `http_real_ip_module` https://github.com/ANXS/nginx/blob/master/defaults/main.yml#L82 does not match with `http_realip_module` in tasks/modules.yml https://github.com/ANXS/nginx/blob/master/tasks/modules.yml#L31 solution: in the file `default/main.yml` replace ``` http_real_ip_module: "--with-http_realip_module" ``` with ``` http_realip_module: "--with-http_realip_module" ```
The name
http_real_ip_modulehttps://github.com/ANXS/nginx/blob/master/defaults/main.yml#L82does not match with
http_realip_modulein tasks/modules.yml https://github.com/ANXS/nginx/blob/master/tasks/modules.yml#L31solution:
in the file
default/main.ymlreplace
with