Move the packages var to the vars directory
This commit is contained in:
parent
4e69bf2ce6
commit
5317a5a584
3 changed files with 3 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: Install the required packages
|
||||
apt: name={{ item }} state=present update_cache=yes
|
||||
with_items: composer_apt_packages
|
||||
with_items: apt_packages
|
||||
when: ansible_os_family == "Debian"
|
||||
tags: [packages,composer]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue