added pyenv role
This commit is contained in:
9
roles/avanov.pyenv/test_update.yml
Normal file
9
roles/avanov.pyenv/test_update.yml
Normal file
@ -0,0 +1,9 @@
|
||||
- hosts: all
|
||||
gather_facts: True
|
||||
vars_files:
|
||||
- 'defaults/main.yml'
|
||||
- 'tests/test_update_vars.yml'
|
||||
tasks:
|
||||
- debug:
|
||||
msg: "Owner: {{ pyenv_owner }}"
|
||||
- include: 'tasks/main.yml'
|
Reference in New Issue
Block a user