Skip to content
Permalink
Browse files

Fix for defining php variables for external role. (Islandora-Devops#59)

Installs the lib as expected in Ubuntu.  Thank you @whikloj 

* Fix for defining php variables for external role.

* Use vars files

* actually include variables
  • Loading branch information...
whikloj authored and Natkeeran committed Mar 2, 2018
1 parent 00fa232 commit ffc727a12b60b4a4e83e4c823476ea54287b48e7
@@ -20,6 +20,10 @@
- name: gather facts
setup:

# Include OS specific variables (like PHP stuff)
- name: include OS specific variables
include_vars: "vars/{{ ansible_os_family }}.yml"

# also need to make sure aptitude is installed for the apt
# commands in ansible.
- name: install aptitude
File renamed without changes.
File renamed without changes.

0 comments on commit ffc727a

Please sign in to comment.
You can’t perform that action at this time.