Fix dir name

This commit is contained in:
Luke Murphy 2020-04-24 15:12:00 +02:00
parent 81cab1663c
commit c1d9a6a684
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
- name: Converge
hosts: all
tasks:
- name: "Include integration-test-role"
- name: "Include integration"
include_role:
name: "integration-test-role"
name: "integration"