Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions playbooks/dependencies-fedora-restricted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
# limitations under the License.
#

- name: Install python3-dnf
become: true
command: dnf5 --assumeyes install python3-dnf
when: ansible_distribution_major_version | int >= 39

- name: Ensure that subordinate group ID ranges are absent
become: yes
file:
Expand Down
5 changes: 0 additions & 5 deletions playbooks/dependencies-fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
# limitations under the License.
#

- name: Install python3-dnf
become: true
command: dnf5 --assumeyes install python3-dnf
when: ansible_distribution_major_version | int >= 39

- name: Install RPM packages
become: yes
package:
Expand Down