Skip to content

Commit

Permalink
Install the latest version of the Guacamole Docker composition
Browse files Browse the repository at this point in the history
See cisagov/guacamole-composition#52 for more details.
  • Loading branch information
jsf9k committed Sep 28, 2022
1 parent cf93d24 commit d390ff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion molecule/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_apache2_unit_modification(host):
@pytest.mark.parametrize(
"image",
[
"cisagov/guacscanner:1.1.13",
"cisagov/guacscanner:1.1.15",
"guacamole/guacd:1.4.0",
"guacamole/guacamole:1.4.0",
"postgres:13",
Expand Down
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- name: Download and untar the guacamole-composition tarball
ansible.builtin.unarchive:
src: >
https://api.github.com/repos/cisagov/guacamole-composition/tarball/v0.1.4
https://api.github.com/repos/cisagov/guacamole-composition/tarball/v0.1.5
dest: /var/guacamole
remote_src: yes
extra_opts:
Expand Down Expand Up @@ -40,7 +40,7 @@
name: "{{ item }}"
source: pull
loop:
- cisagov/guacscanner:1.1.13
- cisagov/guacscanner:1.1.15
- guacamole/guacd:1.4.0
- guacamole/guacamole:1.4.0
# The version of the JDBC PostgreSQL driver included in the
Expand Down

0 comments on commit d390ff5

Please # to comment.