diff --git a/local.yaml b/local.yaml index 6de6959..0296123 100644 --- a/local.yaml +++ b/local.yaml @@ -13,3 +13,5 @@ - kusut - nodejs - stack + - purescript + diff --git a/roles/purescript/meta/main.yaml b/roles/purescript/meta/main.yaml new file mode 100644 index 0000000..0154d97 --- /dev/null +++ b/roles/purescript/meta/main.yaml @@ -0,0 +1,2 @@ +dependencies: + - { role: nodejs } \ No newline at end of file diff --git a/roles/purescript/tasks/main.yaml b/roles/purescript/tasks/main.yaml new file mode 100644 index 0000000..26cf015 --- /dev/null +++ b/roles/purescript/tasks/main.yaml @@ -0,0 +1,6 @@ +- name: Install psvm + npm: + name: psvm + global: yes + state: latest + tags: purescript \ No newline at end of file