diff --git a/README.md b/README.md index 38156f6..61a864e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is the Ansible Collection ``l3d.linux``. A collection to to common linux ta ## Using this Collection You can install the collection using ansible-galaxy by running: ```bash -ansible-galaxy collection install l3d.linux:1.1.4 +ansible-galaxy collection install l3d.linux:1.1.5 ``` Remember you can to Upgrade to the latest version of the l3d.linux collection using the ``--upgrade`` parameter: @@ -43,18 +43,18 @@ You can also list a collection in ``requirements.yml``: --- collections: - name: l3d.linux - version: ">=1.1.4" + version: ">=1.1.5" ``` ## Include roles in your playbook -Example Playbook using the l3d.linux.packages role: +Example Playbook using the l3d.linux.packages and l3d.linux.resolvconf role: ```yaml --- - name: "Install NTP Server from collection l3d.linux" hosts: ntp.example.com roles: - - {role: l3d.linux.packages, tags: ntp} - - {role: l3d.linux.packages, tags: ntp} + - {role: l3d.linux.packages, tags: pakages} + - {role: l3d.linux.resolvconf, tags: resolvconf} vars: packages__install_advanced: true packages__install_python: true diff --git a/galaxy.yml b/galaxy.yml index de2d20d..b35e10f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: l3d name: linux # The version of the collection. Must be compatible with semantic versioning -version: 1.1.4 +version: 1.1.5 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/resolvconf b/roles/resolvconf index 4366f45..eed9a4c 160000 --- a/roles/resolvconf +++ b/roles/resolvconf @@ -1 +1 @@ -Subproject commit 4366f4516c636aa3032b9690314d733a68635ad5 +Subproject commit eed9a4ca27fdd0c905c913f9eba97bf1877596e3