Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 01pingServers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- hosts: all
gather_facts: no
gather_facts: yes
remote_user: ansible
tasks:
- name: Test connection
Expand Down
2 changes: 1 addition & 1 deletion 03installHTTPServer.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#This playbbok will install HTTP server and will not start the server.
#This playbook will install HTTP server and will not start the server.

---
- hosts: all
Expand Down