summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/example.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:57 +0000
commit6321bd49c49eb2bb436cf7fb4842c4c424198de7 (patch)
treef34b66b4551dfe468bbcb29d0dcec5384556543b /examples/playbooks/example.yml
parentAdding debian version 6.17.2-3. (diff)
downloadansible-lint-6321bd49c49eb2bb436cf7fb4842c4c424198de7.tar.xz
ansible-lint-6321bd49c49eb2bb436cf7fb4842c4c424198de7.zip
Merging upstream version 24.6.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--examples/playbooks/example.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/playbooks/example.yml b/examples/playbooks/example.yml
index fa1a635..14f7927 100644
--- a/examples/playbooks/example.yml
+++ b/examples/playbooks/example.yml
@@ -36,8 +36,8 @@
- git # yamllint wrong indentation
- bobbins
- - name: Yum latest
- ansible.builtin.yum: state=latest name=httpd
+ - name: Dnf latest
+ ansible.builtin.dnf: state=latest name=httpd
- ansible.builtin.debug: msg="debug task without a name"