Try and make proxies not replace files twice and also fix el7 python hash hotfix.
This commit is contained in:
parent
dca00f57fa
commit
a5d5bfff7f
3 changed files with 13 additions and 12 deletions
|
@ -29,8 +29,19 @@
|
|||
- hotfix
|
||||
- apache
|
||||
|
||||
- name: hotfix - copy over new httpd sysconfig
|
||||
- name: hotfix - copy over new httpd sysconfig (el6)
|
||||
copy: src="{{ files }}/hotfix/httpd/httpd.sysconfig" dest=/etc/sysconfig/httpd
|
||||
when: ansible_distribution_major_version == '6'
|
||||
notify:
|
||||
- restart apache
|
||||
tags:
|
||||
- config
|
||||
- hotfix
|
||||
- apache
|
||||
|
||||
- name: hotfix - copy over new httpd sysconfig (el7)
|
||||
copy: src="{{ files }}/hotfix/httpd/httpd.sysconfig" dest=/etc/sysconfig/httpd
|
||||
when: ansible_distribution_major_version == '7'
|
||||
notify:
|
||||
- restart apache
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue