summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-12 16:34:02 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-12 16:34:02 +0100
commitd24309fcd82d5abe399ef1cb6b46e6e1802206b8 (patch)
treeff87e1e6fa9f96f67aab7bc9548be97c806ffa14
parent0fa11e29ac99d58fc360a1617c028e7882f39246 (diff)
downloadinfrastructure-d24309fcd82d5abe399ef1cb6b46e6e1802206b8.tar.gz
README.mdwn: Replace Yum with DNF
-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