Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
LooseSeal2 committed Jul 18, 2019
1 parent 3b652b5 commit f819726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion menu/roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- name: 'Switch - On'
set_fact:
switch: 'off'
when: updatecheck.stdout == "18.09.7,"
when: updatecheck.stdout == "18.09.8,"

- name: Install required packages
apt:
Expand Down
2 changes: 1 addition & 1 deletion menu/roles/dockerdeb/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- name: 'Switch - On'
set_fact:
switch: 'off'
when: updatecheck.stdout == "18.09.7,"
when: updatecheck.stdout == "18.09.8,"

- name: Install required packages
apt: 'name={{item}} state=present'
Expand Down

0 comments on commit f819726

Please sign in to comment.