routeros_firmware: Move README to own file
This commit is contained in:
parent
d9b6c2d27f
commit
ee6fbb48c7
2 changed files with 17 additions and 9 deletions
|
@ -10,15 +10,7 @@
|
|||
- name: Install README.md
|
||||
ansible.builtin.copy:
|
||||
dest: /srv/web/oob.foo.sh/routeros/README.md
|
||||
content: |
|
||||
## Update
|
||||
|
||||
```
|
||||
/system package update print
|
||||
/tool fetch url=https://oob.foo.sh/routeros/routeros-7.13.4-arm.npk
|
||||
/system reboot
|
||||
/system package update print
|
||||
```
|
||||
src: README.md
|
||||
mode: "0644"
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue