Skip to content

Commit

Permalink
packages: Remove set_fact task for extended_packageset
Browse files Browse the repository at this point in the history
extended_packageset already has default values in the inventory, and in
the playbook for VMs.
  • Loading branch information
dpward committed Mar 10, 2024
1 parent b8163fe commit 551db92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ansible/roles/packages/tasks/Fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
replace: ''
when: dnf_stat_result.stat.exists

- name: Select packageset
set_fact:
extended_packageset: "{{ extended_packageset | default('no') }}"

- name: Install packages for ground base image
block:
- name: Install dnf plugins
Expand Down

1 comment on commit 551db92

@jakub-vavra-cz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack let's drop this one then.

Please sign in to comment.