Don't deploy scripts in the root playbook

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-02-03 16:48:50 +01:00 committed by ynerant
parent 4e90aba03d
commit 6a7247578d
1 changed files with 7 additions and 0 deletions

7
toto.yml 100755
View File

@ -0,0 +1,7 @@
#!/usr/bin/env ansible-playbook
---
- hosts: mailman.adm.crans.org
tasks:
- ansible.builtin.debug:
msg: "{{ ansible_env }}"