Merged with upstream.
pull/148/head
Vladimir Botka 6 years ago
commit c7eb4de081
No known key found for this signature in database
GPG Key ID: 90D199128ED44F01
  1. 2
      .travis.yml
  2. 2
      tasks/setup-Archlinux.yml
  3. 2
      tasks/setup-Debian.yml
  4. 2
      tasks/setup-RedHat.yml

@ -25,7 +25,7 @@ script:
- 'docker exec ${container_id} bash -c "echo Success >| /var/www/test/index.html"'
# Make sure virtualhost exists.
- 'docker exec --tty ${container_id} env TERM=xterm curl http://test.dev/ | grep "Success"'
- 'docker exec --tty ${container_id} env TERM=xterm curl http://localhost/ | grep "Success"'
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/

@ -2,4 +2,4 @@
- name: Ensure nginx is installed.
pacman:
name: "{{ nginx_package_name }}"
state: installed
state: present

@ -6,5 +6,5 @@
- name: Ensure nginx is installed.
apt:
name: "{{ nginx_package_name }}"
state: installed
state: present
default_release: "{{ nginx_default_release }}"

@ -11,4 +11,4 @@
- name: Ensure nginx is installed.
yum:
name: "{{ nginx_package_name }}"
state: installed
state: present