summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.mdwn b/README.mdwn
index d4ae09b6..de7a668a 100644
--- a/README.mdwn
+++ b/README.mdwn
@@ -44,7 +44,7 @@ To run a playbook:
To run an ad-hoc command (upgrading, for example):
- ansible -i hosts fedora -m command -a 'sudo yum update -y'
+ ansible -i hosts fedora -m command -a 'sudo dnf update -y'
ansible -i hosts ubuntu -m command -a 'sudo apt-get update -y'
[Ansible]: http://www.ansible.com