mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
Don't need to add group here, it's in fas
This commit is contained in:
@@ -13,13 +13,6 @@
|
||||
- mod_ssl
|
||||
- python-fedmsg-genacls
|
||||
|
||||
- name: set some sysctl options
|
||||
sysctl: name=vm.zone_reclaim_mode value=1 state=present
|
||||
when: env != "staging"
|
||||
|
||||
- name: create the packager group
|
||||
group: name=packager gid=415 state=present
|
||||
|
||||
- name: install the httpd config file
|
||||
copy: src=pkgs.fedoraproject.org.conf dest=/etc/httpd/conf.d/pkgs.fedoraproject.org.conf
|
||||
notify:
|
||||
|
||||
Reference in New Issue
Block a user