7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# {{ ansible_managed }}
|
||
|
|
||
|
REPO="{{ item.repo }}"
|
||
|
PATHS="{{ item.paths | join(' ') }}"
|