Skip to content

Commit

Permalink
Merge pull request #391 from IPvSean/gh-pages
Browse files Browse the repository at this point in the history
fix for rhpds issues
  • Loading branch information
IPvSean authored Aug 20, 2019
2 parents 52f2fbd + 2a1cb9d commit 6047546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioner/roles/aws_dns/tasks/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
block:
- name: dns for student webpage
become: False
routee53:
route53:
state: "{{ s3_state }}"
zone: "{{workshop_dns_zone}}"
record: "{{username}}.{{ec2_name_prefix|lower}}.{{workshop_dns_zone}}"
Expand Down

0 comments on commit 6047546

Please sign in to comment.