From 136a78fb98fba82febf39224579b305c6608e9b6 Mon Sep 17 00:00:00 2001 From: Steffen Uhlig Date: Sun, 2 Oct 2022 19:25:16 +0200 Subject: [PATCH] Rename Ansible tasks to their intent --- deployment/playbook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/playbook.yml b/deployment/playbook.yml index 074f4c5..a715be4 100644 --- a/deployment/playbook.yml +++ b/deployment/playbook.yml @@ -5,7 +5,7 @@ gather_facts: true pre_tasks: - - name: Build program + - name: Program snapshot is up to date local_action: module: ansible.builtin.command cmd: goreleaser --snapshot --rm-dist @@ -13,7 +13,7 @@ chdir: "{{ playbook_dir }}/.." become: false - - name: Lookup binary path from artifacts.json + - name: Path to binary is set from artifacts.json ansible.builtin.set_fact: binary_path: "{{ item['path'] }}" when: |