Skip to content

Commit 00c2bef

Browse files
committed
Merge pull request #281 from CodeNow/hotfix_update
Hotfix update
2 parents 9a4c943 + 09b1adc commit 00c2bef

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+
sudo: 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+
sudo: 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)