Skip to content

Commit

Permalink
update: gather facts only one time
Browse files Browse the repository at this point in the history
this play doesn't need to gather facts from localhost

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
  • Loading branch information
guits authored and stuartgrace-bbc committed Jan 30, 2024
1 parent 1bea3fe commit 69af6d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure-playbooks/rolling_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- name: confirm whether user really meant to upgrade the cluster
hosts: localhost
become: false
gather_facts: false
vars:
- mgr_group_name: mgrs

Expand Down

0 comments on commit 69af6d6

Please sign in to comment.