1
0
Fork 0
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:
Lilian Roller 2019-05-15 16:25:13 +02:00
parent 3b6a57864e
commit 8fa98b87c2
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 13 additions and 8 deletions

View file

@ -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