8 lines
122 B
YAML
8 lines
122 B
YAML
---
|
|
|
|
- hosts: all
|
|
|
|
tasks:
|
|
- name: Update git repositories
|
|
shell: /root/bin/admin-stuff/update_git_repositories.sh
|