use yum for rawhide
because rhel6 do not have dnf
This commit is contained in:
parent
d6c39099d7
commit
771ab905d1
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@
|
|||
with_items:
|
||||
- site-defaults.cfg
|
||||
|
||||
- lineinfile: dest=/etc/mock/fedora-rawhide-x86_64.cfg line="config_opts['package_manager'] = 'dnf'" state=absent
|
||||
- lineinfile: dest=/etc/mock/fedora-rawhide-i386.cfg line="config_opts['package_manager'] = 'dnf'" state=absent
|
||||
|
||||
- lineinfile: dest=/etc/security/limits.conf line="* soft nofile 10240" insertafter=EOF
|
||||
- lineinfile: dest=/etc/security/limits.conf line="* hard nofile 10240" insertafter=EOF
|
||||
{% endraw %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue