This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
velt.biz
/
ansible-pull_beispiel
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
1a3de9c09d
Ramos
Etiquetas
master
ansible-pull...
/
local.yml
local.yml
117 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
---
- hosts: localhost
tasks:
- name: touch file
file:
dest: /tmp/testfile
state: file