From 174645d9e3de2d1911407a7691baf20bbdc40170 Mon Sep 17 00:00:00 2001 From: Kareem Straker Date: Mon, 28 May 2018 12:25:26 +0000 Subject: [PATCH] # This is a combination of 20 commits. # This is the 1st commit message: add pinned versions for apt icinga # This is the commit message #2: reordering dependencies # This is the commit message #3: fix merge conflict 5500188 # This is the commit message #4: remove duplicates, set final order # This is the commit message #5: updated descriptions and cleanup # This is the commit message #6: externalise icinga2_version # This is the commit message #7: update pyOpenSSL to be build on xenial # This is the commit message #8: add alternative way to add apt keys # This is the commit message #9: ignore errors # This is the commit message #10: update ubuntu install # This is the commit message #11: fix syntax # This is the commit message #12: try new urllib version # This is the commit message #13: remove urllib3 install # This is the commit message #14: use .com repos # This is the commit message #15: remove debmon stuff # This is the commit message #16: fix dependencies version pin # This is the commit message #17: remove replaced package # This is the commit message #18: pin another package # This is the commit message #19: undo change # This is the commit message #20: add icinga2-ido-mysql to pinned versions --- .../tasks/icinga2_web2_ui_Debian_install.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/icinga2-ansible-web2-ui/tasks/icinga2_web2_ui_Debian_install.yml b/icinga2-ansible-web2-ui/tasks/icinga2_web2_ui_Debian_install.yml index 9bc2294f..472ab3cd 100644 --- a/icinga2-ansible-web2-ui/tasks/icinga2_web2_ui_Debian_install.yml +++ b/icinga2-ansible-web2-ui/tasks/icinga2_web2_ui_Debian_install.yml @@ -5,6 +5,9 @@ - name: Install libapache2-mod-php apt: name=libapache2-mod-php +- name: Install libapache2-mod-php + apt: name=libapache2-mod-php + - name: Create a IDO Database for Icinga2 mysql_db: name: "{{ icinga2_db }}"