Petit stack
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
tasks:
|
||||
- name: install tools
|
||||
apt: name={{item}} state=present update_cache=yes
|
||||
with_items:
|
||||
- python-httplib2
|
||||
loop:
|
||||
- python3-httplib2
|
||||
|
||||
- name: install nginx
|
||||
apt: name=nginx state=present update_cache=yes
|
||||
|
||||
Reference in New Issue
Block a user