Browse Source

- include durch -include_tasks: ersetzt.

master teil9.1
Olli Graf 8 months ago
parent
commit
43ecd71b48
  1. 14
      roles/log2ram-st/tasks/main.yml

14
roles/log2ram-st/tasks/main.yml

@ -1,5 +1,9 @@
- include: ../subtasks/upgrade.yml
- include: add_repo_key.yml
- include: add_repo_source.yml
- include: install_log2ram.yml
- include: ../subtasks/reboot.yml
---
- include_tasks: "../subtasks/upgrade.yml"
- include_tasks: ../subtasks/upgrade.yml
- include_tasks: add_repo_key.yml
- include_tasks: add_repo_source.yml
- include_tasks: install_log2ram.yml
- include_tasks: ../subtasks/reboot.yml

Loading…
Cancel
Save