diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..97c6841 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.13.2 \ No newline at end of file diff --git a/ansible.cfg.example b/ansible.cfg.example index 94fdd60..d23e1e9 100644 --- a/ansible.cfg.example +++ b/ansible.cfg.example @@ -1,3 +1,4 @@ [defaults] inventory=./hosts -group_vars=./group_vars \ No newline at end of file +group_vars=./group_vars +collections_paths=~/.ansible/collections:~/.pyenv/versions/3.13.2/lib/python3.13/site-packages/debops/_data/ansible/collections \ No newline at end of file