Skip to content

Commit

Permalink
#820 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fketelaars committed Dec 3, 2024
1 parent 5acc690 commit cd915ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
_deployer_activity_sequence: "{{ (_deployer_activity_sequence | default(0)) | int + 1 }}"

- file:
path: "{{ status_dir }}/log/deployer-activities.log"
path: "{{ status_dir }}/log/deployer-activities.log"
state: absent
when: _deployer_activity_sequence==1

Expand Down

0 comments on commit cd915ba

Please sign in to comment.