Skip to content

Commit

Permalink
added package tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rrbadiani committed Sep 1, 2023
1 parent 8ea576a commit a2c4673
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions playbooks/tasks/certificate_authority.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
ansible_become: "{{ ansible_become_localhost }}"

- name: Apt update
tags:
- certificate_authority
- package
apt:
name: "{{item}}"
state: present
Expand Down Expand Up @@ -69,7 +72,9 @@
- '!all'

- name: Install OpenSSL and Rsync - RedHat
tags: certificate_authority
tags:
- certificate_authority
- package
yum:
name:
- openssl
Expand All @@ -78,7 +83,9 @@
when: ansible_os_family == "RedHat"

- name: Install OpenSSL and Rsync - Debian
tags: certificate_authority
tags:
- certificate_authority
- package
apt:
name:
- openssl
Expand Down

0 comments on commit a2c4673

Please sign in to comment.