diff --git a/README.md b/README.md index 3bd87ab..da59d40 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a vars: nginx_enable: false unit_enable: true - unit_packages: + unit_modules: - unit-php - unit-perl diff --git a/tasks/unit/install-modules.yml b/tasks/unit/install-modules.yml index fa5fccf..36ba1fb 100644 --- a/tasks/unit/install-modules.yml +++ b/tasks/unit/install-modules.yml @@ -1,3 +1,4 @@ +--- - name: "(Install: All OSs) Install NGINX Unit Modules" package: name: "{{ item }}"