Change include: to include_tasks:
Change-Id: I5ca6ee73926845bc6d2e92b4a858ba3ae8511e5d
This commit is contained in:
@@ -18,7 +18,7 @@ galaxy_info:
|
||||
description: Installation galera client
|
||||
company: Rackspace
|
||||
license: Apache2
|
||||
min_ansible_version: 2.1
|
||||
min_ansible_version: 2.4
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
- include: "galera_client_install_{{ ansible_pkg_mgr }}.yml"
|
||||
- include_tasks: "galera_client_install_{{ ansible_pkg_mgr }}.yml"
|
||||
when:
|
||||
- galera_client_package_install | bool
|
||||
tags:
|
||||
|
||||
@@ -24,12 +24,12 @@
|
||||
tags:
|
||||
- always
|
||||
|
||||
- include: galera_client_install.yml
|
||||
- include_tasks: galera_client_install.yml
|
||||
tags:
|
||||
- galera-client-install
|
||||
|
||||
- include: galera_client_post_install.yml
|
||||
- include_tasks: galera_client_post_install.yml
|
||||
|
||||
- include: galera_client_ssl.yml
|
||||
- include_tasks: galera_client_ssl.yml
|
||||
when:
|
||||
- galera_use_ssl | bool
|
||||
|
||||
Reference in New Issue
Block a user