update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user