Skip to content

Commit

Permalink
use changed command line option
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni Mueller committed Jul 26, 2020
1 parent 577a872 commit ede6e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
tags: service

- name: create a gitea admin user
command: "{{ gitea_install_path }}/{{ gitea_binary }} admin create-user --name {{ gitea_admin_username }} --password {{ gitea_admin_password | quote }} --email {{ gitea_admin_email }} --admin" # noqa 204 301
command: "{{ gitea_install_path }}/{{ gitea_binary }} admin create-user --username {{ gitea_admin_username }} --password {{ gitea_admin_password | quote }} --email {{ gitea_admin_email }} --admin" # noqa 204 301
become: true
become_user: "{{ gitea_user }}"
ignore_errors: yes
Expand Down

0 comments on commit ede6e4c

Please sign in to comment.