Skip to content

Commit b0aba7d

Browse files
committed
added become to task and rename roles
1 parent 9a4c943 commit b0aba7d

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
- name: update cache for apt repository
3+
become=yes
34
apt:
45
update_cache=yes
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
- name: upgrade a server
3+
become=yes
34
apt:
45
upgrade=full
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
dependencies:
33
- { role: docker }
4-
- { role: apt_upd }
4+
- { role: apt_update }

0 commit comments

Comments
 (0)