This commit is contained in:
2023-07-01 09:09:22 -04:00
parent e4eeeb40f1
commit c987439db4

View File

@@ -1,4 +1,4 @@
- name: Upgrade Package- name: add apt repository key - name: add apt repository key
apt_key: apt_key:
url: "{{ item }}" url: "{{ item }}"
with_items: "{{ apt_keys }}" with_items: "{{ apt_keys }}"
@@ -9,7 +9,8 @@
repo: "{{ item }}" repo: "{{ item }}"
with_items: "{{ apt_repo }}" with_items: "{{ apt_repo }}"
become: yes become: yes
s
- name: Upgrade Packages
package: package:
update_cache: yes update_cache: yes
upgrade: safe upgrade: safe