mirror of
https://github.com/batonogov/learn-devops.git
synced 2026-02-06 06:10:42 +00:00
6 lines
153 B
YAML
6 lines
153 B
YAML
---
|
|
# tasks file for docker-install
|
|
- name: Install Docker on Ubuntu
|
|
ansible.builtin.import_tasks: ubuntu.yml
|
|
when: ansible_distribution == 'Ubuntu'
|