Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f9b7c12d authored by Autodistries's avatar Autodistries
Browse files

add precision for location script

parent 22ea3252
No related branches found
No related tags found
1 merge request!1Refactoring, new features
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
- ansible.builtin.shell: whoami - ansible.builtin.shell: whoami
register: iam register: iam
become: false
- debug: - debug:
var: iam.stdout var: iam.stdout
\ No newline at end of file
...@@ -15,4 +15,4 @@ ...@@ -15,4 +15,4 @@
- name: Interrupt currently running sniffers - name: Interrupt currently running sniffers
ansible.builtin.shell: pgrep -f "sniffer.py" | xargs kill ansible.builtin.shell: pgrep -f "sniffer.py" | xargs kill
failed_when: false become: true
\ No newline at end of file
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