Skip to content

Commit c595126

Browse files
priteauAlex-Welsh
authored andcommitted
Use ansible_facts to get iso8601_basic_short
1 parent 7e1c880 commit c595126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/inventory/group_vars/all/dev-pulp-repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# matters if we make a distribution for an earlier repository version,
99
# when later ones have already been distributed. Alternatively we could
1010
# forget ordering and use a random string.
11-
dev_pulp_distribution_version: "{{ ansible_date_time.iso8601_basic_short }}"
11+
dev_pulp_distribution_version: "{{ ansible_facts.date_time.iso8601_basic_short }}"
1212

1313
###############################################################################
1414
# Deb

0 commit comments

Comments
 (0)