mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
6 lines
225 B
YAML
6 lines
225 B
YAML
|
|
---
|
||
|
|
- name: Copy Arch Linux mirror config
|
||
|
|
copy: src=arch-mirror dest={{docker_compose_files_folder}}
|
||
|
|
- name: Start Arch mirror project
|
||
|
|
docker_service: project_src={{docker_compose_files_folder}}/arch-mirror state=present
|