Remove static option from include_tasks

'static' is not a valid option for include_tasks.
include_tasks is always dynamic.

Change-Id: I44e15a2fdce3944cf8f1f17aaf6b73a503b46db1
This commit is contained in:
Jimmy McCrory 2018-11-04 18:29:19 -08:00
parent 00e9fd9fd2
commit c672473be1
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
mode: "0750"
- include_tasks: galera_ssl_self_signed.yml
static: no
when:
- not galera_user_ssl_cert is defined
- not galera_user_ssl_key is defined

View File

@ -38,7 +38,6 @@
- galera_server-upgrade
- include_tasks: galera_upgrade_pre.yml
static: no
when:
- galera_upgrade | bool
tags: