Fix deprecated "with_items" + remove omb

This commit is contained in:
2021-09-26 21:43:55 +00:00
parent 00dc20fe3c
commit 78d9f84b9b
2 changed files with 5 additions and 10 deletions

View File

@@ -23,10 +23,10 @@
register: omb_flag
- debug:
msg: "OMB is not installed"
msg: 'OMB is not installed, run: bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"'
when: not omb_flag.stat.exists
# FIXME: logout from shell
- name: Install OMB
shell: bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
when: not omb_flag.stat.exists
# - name: Install OMB
# shell: bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
# when: not omb_flag.stat.exists