Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Remove slow update apt task
Browse files Browse the repository at this point in the history
  • Loading branch information
hirundinidae committed Oct 15, 2023
1 parent 2044a88 commit c4e914b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions ansible/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
ansible.builtin.include_vars:
file: vars.yml
tasks:
- name: Update apt
ansible.builtin.package:
upgrade: true
update_cache: true
- name: Install nginx
ansible.builtin.package:
name: nginx
Expand Down
4 changes: 0 additions & 4 deletions deploy_bundle/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
ansible.builtin.include_vars:
file: vars.yml
tasks:
- name: Update apt
ansible.builtin.package:
upgrade: true
update_cache: true
- name: Install nginx
ansible.builtin.package:
name: nginx
Expand Down

0 comments on commit c4e914b

Please sign in to comment.