You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
482 B

  1. ---
  2. - name: Nerest bash PATH var with set true paths after pct enter into lxc container from proxmox host
  3. hosts: [ 'debian10' ]
  4. # TODO: Tmux create session not worked in pct enter - only work tmux attach (so..)
  5. tasks:
  6. - name: Append .shell-env
  7. ansible.builtin.lineinfile:
  8. path: '/root/.shell-env'
  9. line: |-
  10. ##
  11. ## Correct PATH for tmux enter
  12. ##
  13. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin