Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zenathar committed Mar 19, 2020
1 parent d0e6296 commit 2820d08
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 @@ -5,7 +5,7 @@
record: "{{ item.1.name | default('@') }}"
type: "{{ item.1.type }}"
value: "{{ item.1.value }}"
priority: "{{ item.1.priotity | default('1') }}"
priority: "{{ item.1.priority | default('1') }}"
ttl: "{{ item.1.ttl | default('1') }}"
account_email: "{{ cloudflare_account_email }}"
account_api_token: "{{ cloudflare_account_api_token | trim }}"
Expand Down

0 comments on commit 2820d08

Please sign in to comment.