Added Nix Flake

This commit is contained in:
2024-05-08 13:06:44 +02:00
parent c6beaf693e
commit 5ecbb4dae6
11 changed files with 65 additions and 20 deletions

View File

@@ -3,9 +3,10 @@
- name: Print an "Hello, World!"
ansible.builtin.debug:
msg: "{{ hello_world_string }}"
msg: "{{ test_role__hello_world_string }}"
- name: Test the `ansible_managed` variable
ansible.builtin.template:
dest: /tmp/ansible.txt
src: ansible.txt.j2
src: ansible.txt.j2
mode: preserve