]> arthur.barton.de Git - AnsibleRoles.git/blobdiff - roles/nfs-client/tasks/main.yml
nfs-client: Make role compatible with newer Debian releases
[AnsibleRoles.git] / roles / nfs-client / tasks / main.yml
index 46087efcc6ff0fc801bd24acd4e8c45256d54646..b00c2233fbf16ee690fdc0a8796b635a21ee9fcd 100644 (file)
@@ -29,3 +29,4 @@
     enabled=yes
     name=nfs-common
     state=started
+  when: "ansible_distribution_major_version < '8'"