We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04c385 commit 366aa4cCopy full SHA for 366aa4c
etc/kayobe/ansible/push-ofed.yml
@@ -1,7 +1,6 @@
1
---
2
- name: Push OFED packages
3
hosts: ofed-builder
4
- gather_facts: true
5
vars:
6
venv: "/opt/kayobe/venvs/kayobe"
7
tasks:
@@ -11,7 +10,7 @@
11
10
12
- name: Generate timestamp for distribution
13
ansible.builtin.set_fact:
14
- stackhpc_doca_ofed_repo_version: "{{ ansible_date_time.iso8601_basic_short }}"
+ stackhpc_doca_ofed_repo_version: "{{ '%Y%m%dT%H%M%S' | strftime }}"
15
16
- name: Create Pulp repository for OFED
17
pulp.squeezer.rpm_repository:
0 commit comments