summaryrefslogtreecommitdiff
path: root/examples/line-in-file.yaml
blob: 3a874bafd0058ea1567dbf0af9ac8b56ca5be681 (plain)
1
2
3
4
5
6
7
8
- name: Asegurar configuración de NGINX
  module: lineinfile
  args:
    path: /etc/nginx/nginx.conf
    line: 'client_max_body_size 20M;'
    regexp: '^client_max_body_size'
    backup: true
    become: true