Skip to content
Snippets Groups Projects

Feat packer template

Open Bo-Chun Chen requested to merge louistw/hpc-factory:feat-packer-template into main
Files
4
+ 7
0
---
- name: My first playbook
hosts: all
tasks:
- name: Print message
ansible.builtin.debug:
msg: Hello world
Loading