summaryrefslogtreecommitdiff
path: root/examples/file_read_apache-config.yaml
blob: d402c51bbad4a10baa77e6ff40785d16acbe7435 (plain)
1
2
3
4
5
6
7
8
9
10
hosts: localhost
parallelism: false

tasks:
  - name: Leer configuración de Apache sin comentarios
    module: file_read
    args:
      path: "/etc/apache2/apache2.conf"
      grep: "^[^#]"
      become: true