Skip to content

Commit

Permalink
fqcn set_fact
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jan 8, 2025
1 parent 990cf13 commit 68089dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/playbooks/set-leaves-twice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
var: commits

- name: Count the number of commits registered after the first set
set_fact:
- ansible.builtin.set_fact:
first_commit_count: "{{ commits.result[0].commit | length }}"

- name: Set information with the same value again
Expand Down Expand Up @@ -67,7 +67,7 @@
var: commits

- name: Count the number of commits registered after the second set
set_fact:
- ansible.builtin.set_fact:
second_commit_count: "{{ commits.result[0].commit | length }}"

- ansible.builtin.debug:
Expand Down

0 comments on commit 68089dc

Please sign in to comment.