diff --git a/README.md b/README.md index 51efd0d..49488ee 100644 --- a/README.md +++ b/README.md @@ -30,25 +30,25 @@ By default, the PowerDNS Authoritative Server is installed from the software rep - hosts: all roles: - { role: PowerDNS.pdns, - pdns_install_repo: "{{ pdns_auth_powerdns_repo_master }}" + pdns_install_repo: "{{ pdns_auth_powerdns_repo_master }}" } # Install the PowerDNS Authoritative Server from the '4.5.x' official repository - hosts: all roles: - { role: PowerDNS.pdns, - pdns_install_repo: "{{ pdns_auth_powerdns_repo_45 }}" + pdns_install_repo: "{{ pdns_auth_powerdns_repo_45 }}" } # Install the PowerDNS Authoritative Server from the '4.6.x' official repository - hosts: all roles: - { role: PowerDNS.pdns, - pdns_install_repo: "{{ pdns_auth_powerdns_repo_46 }}" + pdns_install_repo: "{{ pdns_auth_powerdns_repo_46 }}" } # Install the PowerDNS Authoritative Server from the '4.7.x' official repository - hosts: all roles: - { role: PowerDNS.pdns, - pdns_install_repo: "{{ pdns_auth_powerdns_repo_47 }}" + pdns_install_repo: "{{ pdns_auth_powerdns_repo_47 }}" } ``` The examples above, show how to install the PowerDNS Authoritative Server from the official PowerDNS repositories