diff options
author | Matt Martz <matt@sivel.net> | 2018-03-07 16:51:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-07 16:51:22 -0600 |
commit | bd43776acf8133b43ac2fe855259723a1cb93f88 (patch) | |
tree | 5747fe3ea4a9a74cc27f4bdb02ca3607a0185a5a /setup.py | |
parent | b4bf50226874e61835b0d0524be3c47cf870a686 (diff) | |
download | ansible-bd43776acf8133b43ac2fe855259723a1cb93f88.tar.gz |
Add ansible-config and ansible-inventory to setup.py scripts (#37151)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -218,6 +218,8 @@ setup( 'bin/ansible-console', 'bin/ansible-connection', 'bin/ansible-vault', + 'bin/ansible-config', + 'bin/ansible-inventory', ], data_files=[], extras_require=extra_requirements, |