6 lines
85 B
YAML
6 lines
85 B
YAML
|
#!/usr/bin/env ansible-playbook
|
||
|
---
|
||
|
- hosts: test_proxy
|
||
|
roles:
|
||
|
- apt_cacher_ng
|