fix a typo

This commit is contained in:
Andreas Zweili 2017-12-25 22:39:26 +01:00
parent 78eeb91f03
commit 05cb259a30
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
executable: pip3
- name: Run the setup script to add some final touches
shell: "/vagrant/ansible/roles/web_AI-5/tasks/setup_scripts.sh"
shell: "/vagrant/ansible/roles/web_AI-5/tasks/setup_script.sh"
- name: Restart apache service
service: name=apache2 state=restarted