diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-01-06 20:53:05 +0100 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-01-12 14:23:19 +0100 |
commit | 9041a816210132b1dad86217ecfef5f9fec4a8d2 (patch) | |
tree | 9cfc4a208e8d90ee198cd72f6e4ffeb443f8e794 /ansible.cfg.example | |
parent | feeeb48f45ecbde3e5bcc2a66c7f947080d433e5 (diff) | |
download | openshift-9041a816210132b1dad86217ecfef5f9fec4a8d2.tar.gz openshift-9041a816210132b1dad86217ecfef5f9fec4a8d2.tar.bz2 openshift-9041a816210132b1dad86217ecfef5f9fec4a8d2.tar.xz openshift-9041a816210132b1dad86217ecfef5f9fec4a8d2.zip |
Refactor preflight check into roles
Diffstat (limited to 'ansible.cfg.example')
-rw-r--r-- | ansible.cfg.example | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ansible.cfg.example b/ansible.cfg.example index b07705ef1..6a7722ad8 100644 --- a/ansible.cfg.example +++ b/ansible.cfg.example @@ -13,9 +13,6 @@ roles_path = roles/ # Set the log_path log_path = /tmp/ansible.log -# prints a descriptive summary of failed tasks -callback_plugins = ./callback_plugins - # Uncomment to use the provided BYO inventory #hostfile = inventory/byo/hosts |