Typo
This commit is contained in:
parent
51d94d1ca5
commit
23a0e2b1e8
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@
|
||||||
- name: "Kopiere Konfiguration"
|
- name: "Kopiere Konfiguration"
|
||||||
template:
|
template:
|
||||||
src: 30-sao.ini.j2
|
src: 30-sao.ini.j2
|
||||||
dest: "/etc/php/{{ php_version }}/apache2e2/conf.d/30-sao.ini"
|
dest: "/etc/php/{{ php_version }}/apache2/conf.d/30-sao.ini"
|
||||||
when: "'apache2' in ansible_facts.packages"
|
when: "'apache2' in ansible_facts.packages"
|
||||||
notify: reload apache2
|
notify: reload apache2
|
||||||
|
|
Loading…
Reference in a new issue