Change include: to include_tasks:

Change-Id: I5ca6ee73926845bc6d2e92b4a858ba3ae8511e5d
This commit is contained in:
Major Hayden
2018-02-15 10:26:28 -06:00
parent e14caf3a05
commit 29e195871f
3 changed files with 5 additions and 5 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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