add roles/toxcore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user