mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
improve error handling (again)
This commit is contained in:
parent
329a770ebd
commit
7bf8356127
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
register: playbook_version
|
||||
when: submodules_versioncheck|bool
|
||||
ignore_errors: yes
|
||||
changed_when: false
|
||||
failed_when: false
|
||||
|
||||
- name: Print remote role version
|
||||
debug:
|
||||
|
|
|
@ -37,5 +37,5 @@ fedora_packages:
|
|||
- mtr
|
||||
- libselinux-python
|
||||
|
||||
playbook_version_number: 102
|
||||
playbook_version_number: 103
|
||||
playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_github.version'
|
||||
|
|
Loading…
Reference in a new issue