Merge branch 'bla2' of mdn/ansible into master

This commit is contained in:
mdn
2023-03-14 19:50:29 +00:00
committed by Gogs
2 changed files with 9 additions and 1 deletions

View File

@@ -72,7 +72,7 @@
tags: setup
- name: Start mediaserver
docker_compose:
community.docker.docker_compose:
project_src: /opt/docker/mediaserver
state: present
pull: true

8
test.yml Executable file
View File

@@ -0,0 +1,8 @@
---
- hosts: all
become: true
tasks:
- name: echo
command: "echo 'Hello World'"
- name: uptime
command: "uptime"