8 lines
101 B
YAML
8 lines
101 B
YAML
|
---
|
||
|
|
||
|
- hosts: localhost
|
||
|
gather_facts: no
|
||
|
become: true
|
||
|
roles:
|
||
|
- { role: cleanup-packet-ci }
|