ansible/roles/usercfg/tasks/main.yml

9 lines
154 B
YAML
Raw Normal View History

2022-09-20 15:02:53 +02:00
---
- name: configure usercfg.txt
lineinfile:
path: /media/mmcblk0p1/usercfg.txt
line: "{{ item }}"
state: present
loop: "{{ rpi_cfg }}"