Added Nix Flake
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user