diff --git a/tasks/main.yml b/tasks/main.yml index 3f9a155..12f4f80 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -29,6 +29,9 @@ loop: "{{ service_users }}" +- name: Generate podman shell completion scripts for bash + command: "podman completion bash" + - name: Create machinectl bash alias lineinfile: path: "/home/{{ item }}/.bashrc"