Skip to content

Commit

Permalink
Merge pull request #18 from roles-ansible/cmt
Browse files Browse the repository at this point in the history
Add color support to ip
  • Loading branch information
DO1JLR authored Apr 24, 2024
2 parents 18c4e13 + cd511bc commit 28a376b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ And it is also possible to delete users.
## Using this Collection
You can install the collection using ansible-galaxy by running:
```bash
ansible-galaxy collection install l3d.users:1.1.2
ansible-galaxy collection install l3d.users:1.1.3
```

Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter:
Expand All @@ -45,7 +45,7 @@ You can also list a collection in ``requirements.yml``:
---
collections:
- name: l3d.users
version: ">=1.1.2"
version: ">=1.1.3"
```
Global Variables:
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: l3d
name: users

# The version of the collection. Must be compatible with semantic versioning
version: 1.1.2
version: 1.1.3

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 2 additions & 0 deletions roles/dotfiles/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ l3d_users__dotfiles__aliases:
- {alias: "gitsubpull", command: "git submodule foreach '(git checkout \\$(git symbolic-ref --short refs/remotes/origin/HEAD | sed 's@^origin/@@'); git pull ; git submodule foreach \\\"(git checkout \\$(git symbolic-ref --short refs/remotes/origin/HEAD | sed 's@^origin/@@'); git pull)\\\")'", color: false}
- {alias: "pwgen", command: "/usr/bin/pwgen --num-passwords=3000 --numerals --capitalize --secure --no-vowels --ambiguous 95 1", color: false}
- {alias: "gdiff", command: "git diff --submodule=diff", color: false}
- {alias: "ip", command: "ip ", color: true}

l3d_users__dotfiles__additional_user_bashrc_lines: []

l3d_users__bashrc_path: "$HOME/.local/bin:$HOME/bin:$HOME/.cargo/env:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion roles/dotfiles/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ l3d_users__dotfiles_packages:
- htop
- tmux

playbook_version_number: 8
playbook_version_number: 9
playbook_version_path: 'l3d.users.dotfiles.version'

0 comments on commit 28a376b

Please sign in to comment.