Skip to content

Commit

Permalink
Adds platform-install playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 3, 2024
1 parent 153c647 commit ac6bc96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
File renamed without changes.
7 changes: 7 additions & 0 deletions ansible/platform-install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- name: Installs platform
hosts: all
tasks:
- name: Imports main role
ansible.builtin.import_role:
name: ea31337.mt_runner

0 comments on commit ac6bc96

Please sign in to comment.