Skip to content

Commit

Permalink
push 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Aug 30, 2019
1 parent b18cdc9 commit a5b27f3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 deletions menu/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,20 @@
- "unrar"
ignore_errors: yes

- name: Install common pip modules
pip:
state: present
name:
- passlib
- certbot
- ansible-toolbox
- ndg-httpsclient
- dnspython
- yq
- lxml
- apprise
- jmespath
ignore_errors: yes
# - name: Install common pip modules
# pip:
# state: present
# name:
# - passlib
# - certbot
# - ansible-toolbox
# - ndg-httpsclient
# - dnspython
# - yq
# - lxml
# - apprise
# - jmespath
# ignore_errors: yes

- name: Uninstall apt glances
apt:
Expand Down
6 changes: 3 additions & 3 deletions menu/roles/kernel/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
# GNU General Public License v3.0 #
#########################################################################
---
- name: Preinstall task
include_tasks: "subtasks/preinstall.yml"
when: ('preinstall' in ansible_run_tags)
# - name: Preinstall task
# include_tasks: "subtasks/preinstall.yml"
# when: ('preinstall' in ansible_run_tags)

- name: "Hetzner Tasks"
import_tasks: "subtasks/hetzner.yml"
Expand Down
8 changes: 4 additions & 4 deletions menu/roles/kernel/tasks/subtasks/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
shell: apt-get --fix-broken --yes install
when: (r.changed)

- name: Update | Set 'reboot_is_necessary' variable
set_fact:
reboot_is_necessary: true
when: (r.changed)
# - name: Update | Set 'reboot_is_necessary' variable
# set_fact:
# reboot_is_necessary: true
# when: (r.changed)

- name: Update | Kernel was updated
debug:
Expand Down

0 comments on commit a5b27f3

Please sign in to comment.