mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
improve lint checks
This commit is contained in:
parent
3b6a57864e
commit
8fa98b87c2
2 changed files with 13 additions and 8 deletions
|
@ -15,9 +15,14 @@
|
|||
when: submodules_versioncheck
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Print version
|
||||
- name: Print remote role version
|
||||
debug:
|
||||
msg: "Remote playbook version: '{{ playbook_version.content | default('Y3VycmVudGx5IG5vdCBkZXBsb3llZAo=') | b64decode | string }}'. Local playbook version: '{{ playbook_version_number|string }}'."
|
||||
msg: "Remote role version: {{ playbook_version.content | default('Y3VycmVudGx5IG5vdCBkZXBsb3llZAo=') | b64decode | string }}"
|
||||
when: submodules_versioncheck
|
||||
|
||||
- name: Print locale role version
|
||||
debug:
|
||||
msg: "Local role version: '{{ playbook_version_number|string }}'."
|
||||
when: submodules_versioncheck
|
||||
|
||||
- name: Check if your version is outdated
|
||||
|
|
Loading…
Reference in a new issue