diff --git a/ansible/deploy.yaml b/ansible/deploy.yaml index dadeeae6e9aa71b137c8ee795adcef63cc648b2c..7e1493d27e66c01d86292b2462b246fb17965afa 100644 --- a/ansible/deploy.yaml +++ b/ansible/deploy.yaml @@ -3,8 +3,8 @@ become: yes gather_facts: no tasks: - - name: "toto" - command: echo "toto" + - name: check ansible user + command: whoami - name: stop "generic" httpd service if relevant systemd: state=stopped name=httpd - name: stop iPPIDB service if relevant