Skip to content

Commit

Permalink
Merge pull request #1 from zenathar/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
artkrz authored Mar 19, 2020
2 parents d0e6296 + 2820d08 commit b6c7c22
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 b6c7c22

Please sign in to comment.