This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-nginx
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
new apt module format
master
Markus Katharina Brechtel
5 years ago
parent
4673c958ef
commit
9412b54504
1 changed files
with
4 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-6
tasks/setup_Debian.yml
+ 4
- 6
tasks/setup_Debian.yml
View File
@@ -2,12 +2,10 @@
- name: install apt packages
apt:
pkg: "{{item}}"
state: present
with_items:
- nginx
- nginx-light
- ssl-cert
pkg:
- nginx
- nginx-light
- ssl-cert
- name: remove default page
file:
Write
Preview
Loading…
Cancel
Save