fix docker role

This commit is contained in:
ace 2021-11-16 16:38:38 +03:00
parent beb92cc9ca
commit 8effbf4023
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
---
- include_tasks: centos.yml
when: ansible_os_family == 'RedHat'
- name: Include docker install
include_tasks: "{{ ansible_os_family }}.yaml"