diff --git a/README.md b/README.md index 03a50d8..85b29d9 100644 --- a/README.md +++ b/README.md @@ -55,23 +55,23 @@ You can simply run the whole role: hosts: all tasks: - name: Basics - Update first - import_role: + include_role: name: common tasks_from: update when: common_settingsonly | default(false) == false - name: Basics - Install essential tools - import_role: + include_role: name: common tasks_from: essentials when: common_settingsonly | default(false) == false - name: Basics - Install more tools - import_role: + include_role: name: common tasks_from: tools when: common_settingsonly | default(false) == false - name: Basics - Setup user shell - import_role: + include_role: name: common tasks_from: usersetup when: common_settingsonly | default(false) == false