8 lines
139 B
YAML
8 lines
139 B
YAML
|
|
---
|
||
|
|
- name: Appliquer l'intégration client_backup
|
||
|
|
hosts: client_backup
|
||
|
|
become: true
|
||
|
|
gather_facts: true
|
||
|
|
roles:
|
||
|
|
- client_backup
|