From 68089dc84a617b44d127795bc93b011b0f12018a Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Wed, 8 Jan 2025 13:35:07 +0100 Subject: [PATCH] fqcn set_fact --- tests/playbooks/set-leaves-twice.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/playbooks/set-leaves-twice.yml b/tests/playbooks/set-leaves-twice.yml index 924d9f1..2776698 100644 --- a/tests/playbooks/set-leaves-twice.yml +++ b/tests/playbooks/set-leaves-twice.yml @@ -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 @@ -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: