Skip to content

Commit

Permalink
Remove unneeded task (#7516)
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalezrh authored Dec 14, 2023
1 parent 9ef7040 commit 6f73703
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ansible/configs/roadshow-ocpvirt/pre_software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,16 +149,6 @@
ocp4_aio_ssh_key: "{{ lookup('file', hostvars['localhost']['env_authorized_key_path_pub']) }}"
when: cloud_provider == 'ec2'


- name: Copy letsencrypt files
copy:
src: "{{ output_dir }}/{{ item }}"
dest: "/root/{{ item }}"
loop:
- chain1.pem
- cert1.pem
- privkey1.pem

- name: Install httpd
yum:
name: httpd
Expand Down

0 comments on commit 6f73703

Please sign in to comment.