Skip to content

Commit

Permalink
Added ssl-cert package.
Browse files Browse the repository at this point in the history
  • Loading branch information
trippsc2 committed Jul 3, 2024
1 parent 4158f41 commit 42c4e0f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: trippsc2
name: first_steps
version: 1.0.4
version: 1.0.5
readme: README.md
authors:
- Jim Tarpley
Expand Down
2 changes: 1 addition & 1 deletion roles/debian/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.first_steps.debian
Version: 1.0.4
Version: 1.0.5

This role performs first steps on a freshly installed Debian system.

Expand Down
2 changes: 1 addition & 1 deletion roles/rhel/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.first_steps.rhel
Version: 1.0.4
Version: 1.0.5

This role performs first steps on a freshly installed RHEL-based system.

Expand Down
2 changes: 1 addition & 1 deletion roles/ubuntu/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.first_steps.ubuntu
Version: 1.0.4
Version: 1.0.5

This role performs first steps on a freshly installed Ubuntu system.

Expand Down
7 changes: 7 additions & 0 deletions roles/ubuntu/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
- gnupg
state: present

- name: Install ssl-cert package
become: true
ansible.builtin.package:
name:
- ssl-cert
state: present

- name: Disable hibernation
loop:
- sleep.target
Expand Down

0 comments on commit 42c4e0f

Please sign in to comment.