Skip to content

Commit

Permalink
clean all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loraine-gueguen committed Aug 2, 2024
1 parent 48c3bad commit 23f83a4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

dependencies:
- role: nginxinc.nginx
version: 0.14.0
version: 0.24.3
tags: never
- role: geerlingguy.git
version: 3.0.1
Expand Down
6 changes: 0 additions & 6 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,3 @@
sequenceserver_bottom_web_page_html_path: "/tmp/bottom_web_page.html"
sequenceserver_home_url: "http://myfavoritewebsite.com"
sequenceserver_support_email: "mailto:[email protected]"

pre_tasks:
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=600
when: ansible_os_family == 'Debian'
changed_when: false
4 changes: 0 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ provisioner:
name: ansible
playbooks:
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
config_options:
defaults:
stdout_callback: debug
stderr_callback: debug
2 changes: 1 addition & 1 deletion molecule/default/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
- name: andrewrothstein.conda-env
- name: andrewrothstein.bash
- name: nginxinc.nginx
version: 0.14.0
version: 0.24.3
- name: geerlingguy.git
version: 3.0.1
5 changes: 1 addition & 4 deletions tasks/install.dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@
ansible.builtin.apt:
name:
- apt-transport-https
- dirmngr
- ca-certificates
- gnupg
- gpg-agent
update_cache: true
state: latest
- name: Update apt cache.
apt: update_cache=true cache_valid_time=600
when: ansible_os_family == 'Debian'
- name: Install Nginx
include_role:
name: nginxinc.nginx
Expand Down

0 comments on commit 23f83a4

Please sign in to comment.