]> git.phdru.name Git - ansible.git/blobdiff - playbooks/init-system2.yml
Rename role `init-system2` -> `setup-usrlocal`
[ansible.git] / playbooks / init-system2.yml
index a574db17d02b3fe817d1bb16d649aaceed6b08c6..15813cef744452e940c1833f2e664ff385f154b0 100644 (file)
@@ -2,7 +2,7 @@
   hosts: "{{ hosts | default('all') }}"
   gather_facts: true
   roles:
-    - init-system2
+    - setup-usrlocal
     - role: remove-systemd
       when: ansible_facts.os_family == 'Debian'
     - root