Skip to content

Commit ab4ad18

Browse files
committed
fix jobcomp logfile idempotency
1 parent e99a129 commit ab4ad18

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tasks/runtime.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@
4949
state: touch
5050
owner: slurm
5151
group: slurm
52+
access_time: preserve
53+
modification_time: preserve
5254
when: openhpc_slurm_job_comp_type == 'jobcomp/filetxt'
53-
register: touch
54-
changed_when: "touch.diff.before == 'absent'" # fix for molecule idempotency test - ignore change to timestamps
55+
# register: touch
56+
# changed_when: "touch.diff.before == 'absent'" # fix for molecule idempotency test - ignore change to timestamps
5557

5658
- name: Template slurmdbd.conf
5759
template:

0 commit comments

Comments
 (0)