Skip to content
Snippets Groups Projects

Mailchimp syntax fix

Merged Kerri Wait requested to merge fix-mclastlogin into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -21,7 +21,7 @@
pip:
virtualenv: "{{ install_path }}"
name: "git+https://gitlab.erc.monash.edu.au/hpc-team/mclastlogin.git"
extra_args: "--update"
extra_args: "--upgrade"
become: true
become_user: "{{ cron_user }}"
Loading