Skip to content

Commit

Permalink
removed actions and added modified playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Jan 31, 2024
1 parent 4ec09a3 commit 666df2e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@
- name: My first play
hosts: all
become: true

pre_tasks:

tasks:

- name: Update and Upgrade
apt:
clean: true
update_cache: true
upgrade: dist

tasks:

- name: Install Apache
apt:
name: apache2
state: present
state: latest

- name: Ensure apache is running
service:
Expand Down

0 comments on commit 666df2e

Please sign in to comment.