Compare commits
2 Commits
32437236db
...
3bd04d4a8d
Author | SHA1 | Date | |
---|---|---|---|
3bd04d4a8d | |||
4a8cca431b |
@ -45,3 +45,7 @@ warn_list:
|
||||
- fqcn
|
||||
# Key order is just nitpicky
|
||||
- key-order
|
||||
# This one's buggy and ropes in roles we don't care about
|
||||
- var-naming
|
||||
# Strictly accurate, but I need this for workarounds
|
||||
- no-changed-when
|
||||
|
@ -4,6 +4,7 @@
|
||||
- hosts: all
|
||||
gather_facts: no
|
||||
become: no
|
||||
serial: 1
|
||||
module_defaults:
|
||||
amazon.aws.route53:
|
||||
# These credentials are specific to this playbook
|
||||
|
Loading…
Reference in New Issue
Block a user