subspace 3.0.23 → 3.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b795ab120c9cd6ef51a2a7307a259bf93ce7e61043e8acd5e4b0c2315bd8add
4
- data.tar.gz: b6721a78778b6b5005a4e36db7bfde02387a10656ffe990f41e9d1baddbbd72e
3
+ metadata.gz: fcbf684a646549776ca85674af795de6c24252f944d9c024557dac7fcb4f9c66
4
+ data.tar.gz: 95e12de153c16397a64c5b060dbf69f823693e556315c88c55d7f16229b590aa
5
5
  SHA512:
6
- metadata.gz: f87b11db0b941afa71af37de75cbdc4db31ffa444c1562d734595e828779e6048825f2b9a0861feb96eef897625d6adadd2f3c7aa49fcf3fa13a9788427c77d1
7
- data.tar.gz: 7df00e223764df49ed05a4a17d420e9c23df51384eff3d61bf5b76d44d80570db1384bb57d43d6503dcb7f7c606bbda81ffb91f9992aeb4051853759095ee774
6
+ metadata.gz: 140531326936efab834644a175ca8e02cc15626b25722ccec2e8797e2cbba9f50a1ad462a0288e4a08d143c8b3ee48983581d40851d93a9acf41607f01ae8ec2
7
+ data.tar.gz: ff02021c506ce5d5457615b0f6de6cf88fc7cfce35a1e4b4ce7a2ac0a79b25f99b4e0afe0044a1d2215a48c38fd2505f712d3dc164ea9c7cb390da5eeffb73bc
data/CHANGELOG.md CHANGED
@@ -12,6 +12,9 @@ This project attempts to follow [semantic versioning](https://semver.org/).
12
12
 
13
13
  ## Unreleased
14
14
 
15
+ ## 3.0.24
16
+ * Update certbot url
17
+
15
18
  ## 3.0.23
16
19
  * Add cache_valid_time to apt update_cache calls across roles to avoid redundant apt updates during provision
17
20
 
@@ -64,7 +64,7 @@
64
64
  - name: Update nginx default options
65
65
  when: "'nginx' in role_names"
66
66
  get_url:
67
- url: https://raw.githubusercontent.com/certbot/certbot/master/certbot-nginx/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf
67
+ url: https://raw.githubusercontent.com/certbot/certbot/main/certbot/src/certbot/_internal/plugins/nginx/tls_configs/options-ssl-nginx.conf
68
68
  dest: /etc/letsencrypt/options-ssl-nginx.conf
69
69
 
70
70
  - name: start webserver after standalone mode
@@ -1,3 +1,3 @@
1
1
  module Subspace
2
- VERSION = "3.0.23"
2
+ VERSION = "3.0.24"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.23
4
+ version: 3.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Samson
@@ -331,7 +331,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
331
331
  - !ruby/object:Gem::Version
332
332
  version: '0'
333
333
  requirements: []
334
- rubygems_version: 4.0.10
334
+ rubygems_version: 4.0.20
335
335
  specification_version: 4
336
336
  summary: Ansible-based server provisioning for rails projects
337
337
  test_files: []