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:
parent
ca3fdff69b
commit
185a1cd98f
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
register: playbook_version
|
||||
when: submodules_versioncheck|bool
|
||||
ignore_errors: yes
|
||||
failed_when: false
|
||||
|
||||
- name: Print remote role version
|
||||
debug:
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue