distgit: now that the dist-git package is available, a number of steps can be re-enabled
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
d561ecb7c3
commit
23c94a35d1
1 changed files with 1 additions and 6 deletions
|
@ -27,7 +27,7 @@
|
||||||
- mod_ssl
|
- mod_ssl
|
||||||
- mod_auth_gssapi
|
- mod_auth_gssapi
|
||||||
- /usr/sbin/semanage
|
- /usr/sbin/semanage
|
||||||
# - mod_auth_openidc
|
# - mod_auth_openidc
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
tags:
|
tags:
|
||||||
- distgit
|
- distgit
|
||||||
|
@ -109,13 +109,11 @@
|
||||||
with_items:
|
with_items:
|
||||||
- dist-git
|
- dist-git
|
||||||
- dist-git-selinux
|
- dist-git-selinux
|
||||||
when: env != "staging"
|
|
||||||
tags:
|
tags:
|
||||||
- distgit
|
- distgit
|
||||||
|
|
||||||
- name: install the dist-git config
|
- name: install the dist-git config
|
||||||
copy: src=dist-git.conf dest=/etc/dist-git/dist-git.conf
|
copy: src=dist-git.conf dest=/etc/dist-git/dist-git.conf
|
||||||
when: env != "staging"
|
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- distgit
|
- distgit
|
||||||
|
@ -173,7 +171,6 @@
|
||||||
|
|
||||||
- name: install the DistGit related httpd config
|
- name: install the DistGit related httpd config
|
||||||
copy: src=git-smart-http.conf dest=/etc/httpd/conf.d/dist-git/git-smart-http.conf
|
copy: src=git-smart-http.conf dest=/etc/httpd/conf.d/dist-git/git-smart-http.conf
|
||||||
when: env != "staging"
|
|
||||||
notify:
|
notify:
|
||||||
- reload httpd
|
- reload httpd
|
||||||
tags:
|
tags:
|
||||||
|
@ -181,7 +178,6 @@
|
||||||
|
|
||||||
- name: Symlink pkgs-git-repos-list
|
- name: Symlink pkgs-git-repos-list
|
||||||
copy: src=repolist.conf dest=/etc/httpd/conf.d/dist-git/repolist.conf
|
copy: src=repolist.conf dest=/etc/httpd/conf.d/dist-git/repolist.conf
|
||||||
when: env != "staging"
|
|
||||||
notify:
|
notify:
|
||||||
- reload httpd
|
- reload httpd
|
||||||
tags:
|
tags:
|
||||||
|
@ -355,7 +351,6 @@
|
||||||
- lookaside-upload.conf
|
- lookaside-upload.conf
|
||||||
notify:
|
notify:
|
||||||
- reload httpd
|
- reload httpd
|
||||||
when: env != "staging"
|
|
||||||
tags:
|
tags:
|
||||||
- distgit
|
- distgit
|
||||||
- sslciphers
|
- sslciphers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue