Skip to content

Commit

Permalink
Upgrade ckan and lock wp version to non 6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Oct 26, 2022
1 parent 9f74f06 commit 6c25b20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/ckan-install/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---

ckan_version: 2.8.10
ckan_version: 2.8.12
2 changes: 1 addition & 1 deletion ansible/roles/wordpress/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ polylang_config:
wp_cli_version: "1.5.1"
wp_cli_checksum: sha512:8dd68c98c6fa00e1acc5e036f9393c8b052937045b5232e4aa0eb4f15773908eae48760607bc853a4f951bd5ba69e5050337e5d9dcfa48df87a12cebb1de3432

wordpress_version: "latest"
wordpress_version: "5.9.5"
2 changes: 1 addition & 1 deletion ansible/roles/wordpress/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
- name: Update WordPress
command:
wp core update --path=/opt/wordpress
wp core update --minor --path=/opt/wordpress

- name: Update WordPress database
command:
Expand Down

0 comments on commit 6c25b20

Please sign in to comment.