Merge "docs: yum replace to dnf"
This commit is contained in:
@@ -50,7 +50,7 @@ OpenStack-Ansible deploys the following infrastructure components:
|
||||
* A Git repository that contains a copy of the source code that is used
|
||||
to prepare the packages for all OpenStack services
|
||||
* Python wheels for all services that are deployed in the environment
|
||||
* An apt/yum proxy cache that is used to cache distribution packages
|
||||
* An apt/dnf proxy cache that is used to cache distribution packages
|
||||
installed in the environment
|
||||
|
||||
* Load balancer
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
become: true
|
||||
become_user: root
|
||||
tasks:
|
||||
- name: Remove package excludes for yum/dnf
|
||||
- name: Remove package excludes for dnf
|
||||
ansible.builtin.lineinfile:
|
||||
dest: '/etc/dnf/dnf.conf'
|
||||
regexp: "^exclude="
|
||||
|
||||
Reference in New Issue
Block a user