neuro_ansible/update_repo.yaml
David Rotermund 2e833bbe31 Update
2024-04-23 16:23:40 +02:00

10 lines
231 B
YAML

---
- name: install repo client
hosts: all
become: true
tasks:
- name: remove other files
include_tasks: yaml_sub/myrepo_clean.yaml
- name: update file myrepo.repo
import_tasks: yaml_sub/myrepo_data.yaml