ansible/bootstrap: fix use of versioncheck.py
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7b8ce348d9
commit
bebd6df798
|
@ -16,7 +16,7 @@
|
|||
run_once: true
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- local_action: command ./versioncheck.py
|
||||
- local_action: command ./roles.py --check
|
||||
changed_when: false
|
||||
|
||||
- name: Bootstrap Python support for Ansible
|
||||
|
|
Loading…
Reference in New Issue