Merge branch 'master' of ssh://gitlab.social.my-wan.de:22422/rene/ansible-pull

This commit is contained in:
rene
2022-03-29 13:17:00 +02:00
2 changed files with 5 additions and 5 deletions

View File

@@ -5,10 +5,10 @@
dest: "{{ mastodon_home }}/{{mastodon_path}}" dest: "{{ mastodon_home }}/{{mastodon_path}}"
clone: true clone: true
# - name: Update to latest version - name: Update to latest version
# shell: "git fetch; git checkout $(git tag -l | grep -v 'rc[1-9]*$' | sort -V | tail -n 1)" shell: "git fetch; git checkout $(git tag -l | grep -v 'rc[1-9]*$' | sort -V | tail -n 1)"
# args: args:
# chdir: "{{ mastodon_home }}/{{ mastodon_path }}" chdir: "{{ mastodon_home }}/{{ mastodon_path }}"
- name: Bundle install - name: Bundle install
shell: | shell: |

View File

@@ -5,7 +5,7 @@ postgres: True
mysql: False mysql: False
redis: True redis: True
ruby_version: "3.0.3" ruby_version: "2.7.2"
rbenv_version: "v1.2.0" rbenv_version: "v1.2.0"
ruby_build_version: "v20220218" ruby_build_version: "v20220218"
bundler_version: "2.1.4" bundler_version: "2.1.4"