Files
ansible/install_dockerCompose.yml
2023-03-31 14:22:15 +02:00

14 lines
359 B
YAML

---
- name: reboot machine if required
# 'all' is okay here, because the fail task will force the user to specify a limit on the command line, using -l or --limit
hosts: 'all'
tasks:
- name: Force limit arg
include_role:
name: force_limitArg
- name: Install Docker Compose
include_role:
name: install_dockerCompose