1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_weechat.git synced 2024-08-16 13:09:48 +02:00

fix linting warning

This commit is contained in:
L3D 2020-11-06 11:03:21 +01:00 committed by Lilian Roller
parent b78dc4af1e
commit 6dc32024ea
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 3 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:
@ -41,4 +42,5 @@
copy:
content: "{{ playbook_version_number }}"
dest: "/etc/.ansible-version/{{ playbook_version_path }}"
mode: '0644'
when: submodules_versioncheck|bool

View file

@ -9,7 +9,7 @@ weechat_plugin_languages:
lua: lua
# version management
playbook_version_number: 4097 # should be over ninethousand
playbook_version_number: 4098 # should be over ninethousand
playbook_version_path: 'role-weechat_roles-ansible_github.com.version'
# default values