Skip to content

Commit

Permalink
Don't configure-swap by default (#967)
Browse files Browse the repository at this point in the history
Don't configure-swap by default

This may cause some jobs to start failing, but in general all other jobs
will be faster.
This means, the jobs that need the extra buffer will opt into using this
role in a pre-run playbook.
Signed-off-by: Paul Belanger pabelanger@redhat.com
  • Loading branch information
pabelanger authored Jun 25, 2021
1 parent 5bd83ba commit f57a9bb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions playbooks/base/pre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@

- hosts: all:!appliance*
tasks:
- name: Run configure-swap role
include_role:
name: configure-swap

- name: Run configure-mirrors-fork role
include_role:
name: configure-mirrors-fork
Expand Down

0 comments on commit f57a9bb

Please sign in to comment.