Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d67d80fb authored by autodistries's avatar autodistries
Browse files

run multiple sniffer.py at once on a single node device

parent 92eb3ba5
No related branches found
No related tags found
1 merge request!1Refactoring, new features
......@@ -62,7 +62,7 @@
- name: Double-check input variables
assert:
that: "{{ _interfaces|length }} == _channels"
that: "{{ _interfaces|length }} == {{ _channels|length }}"
delegate_to: 127.0.0.1
run_once: True
......
......@@ -6,4 +6,4 @@
tasks:
- name: say things to tty1
ansible.builtin.shell: echo {{ inventory_hostname }} {{ group_names[1] }} \n| sudo tee /dev/tty1 || /bin/true
ansible.builtin.shell: echo {{ inventory_hostname }} {{ group_names[1] }} | sudo tee /dev/tty1 && /bin/true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment