1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_xrandr_help.git synced 2024-08-16 10:09:52 +02:00

Improve versionscheck error handling

This commit is contained in:
Lilian Roller 2019-05-24 08:36:14 +02:00
parent ca3fdff69b
commit 185a1cd98f
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@
register: playbook_version
when: submodules_versioncheck|bool
ignore_errors: yes
failed_when: false
- name: Print remote role version
debug:

View file

@ -1,3 +1,3 @@
---
playbook_version_number: 200
playbook_version_number: 201
playbook_version_path: '/etc/ansible-version/role-xrandr_chaos-bodensee_github.com.version'