From a16ddf381adb0bb8c75b7c2918017c0eeee3b820 Mon Sep 17 00:00:00 2001 From: Gabriel Fortuna Date: Sun, 29 Aug 2021 15:20:45 +0200 Subject: [PATCH] Add README note re: role permissions Addresses https://github.com/geerlingguy/ansible-role-docker/issues/285 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47b0857..66280e6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An Ansible Role that installs [Docker](https://www.docker.com) on Linux. ## Requirements -None. +This role requires that the user performing its actions has sufficient priveleges to install and configure Docker. [If this is not the case, you can run the role with `become: true`.](https://github.com/geerlingguy/ansible-role-docker/issues/285) ## Role Variables