diff --git a/tasks/php.yml b/tasks/php.yml index 19b68e7..361d86f 100644 --- a/tasks/php.yml +++ b/tasks/php.yml @@ -12,3 +12,4 @@ - php-xml - php-xmlrpc - php-pecl-memcache + - php-fpm diff --git a/tasks/required.yml b/tasks/required.yml index 3a0ac8d..485da3f 100644 --- a/tasks/required.yml +++ b/tasks/required.yml @@ -10,4 +10,9 @@ - name: Generating Ansible hosts file template: src=templates/ansible_hosts.j2 - dest=/etc/ansible/hosts \ No newline at end of file + dest=/etc/ansible/hosts + +- name: Generating bash_profile file + template: + src=templates/bash_profile.j2 + dest=/home/vagrant/.bash_profile \ No newline at end of file