runner!
All checks were successful
Hello World / test (push) Successful in 32s

This commit is contained in:
plasmagoat 2025-06-06 23:53:55 +02:00
parent 7dd5043b5d
commit 66387734d8
2 changed files with 21 additions and 5 deletions

View file

@ -0,0 +1,16 @@
name: Hello World
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Say hello
run: echo "🎉 Hello from Forgejo Actions!"

View file

@ -75,8 +75,8 @@
ansible.builtin.debug:
msg: "VM {{ new_vmid }} ({{ new_name }}) reports IPv4: {{ vm_ipv4 }}"
# - name: Add new VMs IP to in-memory inventory (for later tasks)
# ansible.builtin.add_host:
# name: "nixos-{{ new_vmid }}"
# ansible_host: "{{ vm_ipv4 }}"
# ansible_user: root
- name: Add new VMs IP to in-memory inventory (for later tasks)
ansible.builtin.add_host:
name: "nixos-{{ new_vmid }}"
ansible_host: "{{ vm_ipv4 }}"
ansible_user: root