add roles/toxcore

This commit is contained in:
2024-01-08 12:51:06 +00:00
parent c8610f9ded
commit 7e491f4b8c
51 changed files with 1665 additions and 770 deletions

View File

@@ -7,6 +7,14 @@
verbosity: 1
msg: "toxcore users.yml LOOP_USER_F={{LOOP_USER_F[0]}}"
- name: "make ro directories"
file:
path: "{{ item.dest|expanduser }}"
state: directory
mode: 0750
with_items:
- "~/.gpg"
- block:
# https://stackoverflow.com/questions/13114268/passing-ciphers-to-libcurl-through-git
@@ -148,7 +156,7 @@
HTTPS_PROXY={{HTTPS_PROXYTYPE}}://{{HTTPS_PROXYHOST}}:{{HTTPS_PROXYPORT}}
when:
- "'docker' in HOSTVMS_FEATURES|default([])"
- "'docker' in TOXCORE_FEATURES|default([])"
- name: Run c-toxcore ctest on the tester
delegate_to: localhost