]> git.phdru.name Git - ansible.git/commitdiff
Fix misspelled `Debian`
authorOleg Broytman <phd@phdru.name>
Tue, 3 Sep 2019 01:07:03 +0000 (04:07 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 3 Sep 2019 01:07:03 +0000 (04:07 +0300)
playbooks/debian/remove-systemd.yml
playbooks/roles/python-dev-packages/tasks/main.yml

index ed184c0c40f501e8d6132cf421d266ea92247d59..1c4ddb019a96880507201b69dcc104166f080764 100644 (file)
@@ -1,4 +1,4 @@
-- name: Setup Debain system - remove SystemD
+- name: Setup Debian system - remove SystemD
   hosts: "{{ hosts | default('all') }}"
   gather_facts: false
   roles:
index 2c3bae9560a8205ce009aa8b0d61033702c61e23..97cf9f5f539110229eb6164796e1146e6a608462 100644 (file)
@@ -1,4 +1,4 @@
-- name: Install development packages For Debbian 9 stretch
+- name: Install development packages For Debian 9 stretch
   become: true
   apt:
     autoclean: yes