Skip to content

Commit

Permalink
change task names
Browse files Browse the repository at this point in the history
  • Loading branch information
artis3n committed Apr 19, 2024
1 parent fac4a51 commit 37ca85f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/facts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
register: tailscale_ipv6_cmd
changed_when: false

- name: Facts | Register IP Facts
- name: Facts | Register IP facts
ansible.builtin.set_fact:
tailscale_node_ipv4: "{{ tailscale_ipv4_cmd.stdout }}"
tailscale_node_ipv6: "{{ tailscale_ipv6_cmd.stdout }}"
Expand Down
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
when:
- tailscale_start is failed

- name: Install | Register Role Fact Outputs
- name: Install | Register role facts
ansible.builtin.include_tasks: facts.yml
when:
- not tailscale_up_skip

0 comments on commit 37ca85f

Please sign in to comment.