Skip to content

Commit 7715802

Browse files
Include tag option
1 parent 0ecaf9f commit 7715802

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/kayobe/ansible/check-kayobe-version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
- name: Check kayobe version
3+
tags: kayobe-version-check
34
hosts: localhost
45
gather_facts: false
56
vars:
67
requirements_path: "{{ kayobe_config_path }}/../../requirements.txt"
78
tasks:
89
- name: Get installed kayobe commit
910
ansible.builtin.shell:
10-
cmd: set -o pipefail && pip freeze | grep kayobe | cut -d @ -f 3 -s
11+
cmd: set -o pipefail && pip freeze | grep kayobe | cut -d @ -f 3
1112
executable: /usr/bin/bash
1213
register: kayobe_git_commit
1314

0 commit comments

Comments
 (0)