podman bash completion script generation step

master
Mike Holloway 2 months ago
parent 9dd62b51a2
commit 0d5842d9df
  1. 3
      tasks/main.yml

@ -29,6 +29,9 @@
loop: loop:
"{{ service_users }}" "{{ service_users }}"
- name: Generate podman shell completion scripts for bash
command: "podman completion bash"
- name: Create machinectl bash alias - name: Create machinectl bash alias
lineinfile: lineinfile:
path: "/home/{{ item }}/.bashrc" path: "/home/{{ item }}/.bashrc"

Loading…
Cancel
Save