Browse Source

run_once pre_upgrade tasks which are executing in localhost

pull/2689/head
Paul Montero 6 years ago
parent
commit
75950344fb
No known key found for this signature in database GPG Key ID: 8F88C7D828194E7
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/kubernetes/preinstall/tasks/main.yml

1
roles/kubernetes/preinstall/tasks/main.yml

@ -5,6 +5,7 @@
# This is run before bin_dir is pinned because these tasks are run on localhost
- import_tasks: pre_upgrade.yml
run_once: true
tags:
- upgrade

Loading…
Cancel
Save